Class: ViewSpec::NoopValueCaster
- Inherits:
-
Object
- Object
- ViewSpec::NoopValueCaster
- Defined in:
- lib/view_spec/type.rb
Instance Method Summary collapse
Instance Method Details
#cast(value) ⇒ Object
35 36 37 |
# File 'lib/view_spec/type.rb', line 35 def cast(value) value end |