Method: Virtus::Builder.call

Defined in:
lib/virtus/builder.rb

.call(options, &block) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



27
28
29
# File 'lib/virtus/builder.rb', line 27

def self.call(options, &block)
  new(Configuration.new(options, &block)).mod
end