Method: Formalism::Form::Coercion::Base#result
- Defined in:
- lib/formalism/form/coercion/_base.rb
#result ⇒ Object
21 22 23 24 25 |
# File 'lib/formalism/form/coercion/_base.rb', line 21 def result return @value unless should_be_coreced? execute end |