Class: ViewSpec::NoopValueCaster

Inherits:
Object
  • Object
show all
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