Method: Formalism::Form::Coercion#initialize
- Defined in:
- lib/formalism/form/coercion.rb
#initialize(type, of = nil) ⇒ Coercion
Returns a new instance of Coercion.
16 17 18 19 |
# File 'lib/formalism/form/coercion.rb', line 16 def initialize(type, of = nil) @type = type @of = of end |