Class: ViewSpec::Types::Symbol
- Inherits:
-
ViewSpec::Type
- Object
- ViewSpec::Type
- ViewSpec::Types::Symbol
- Defined in:
- lib/view_spec/types/symbol.rb
Constant Summary
Constants inherited from ViewSpec::Type
Instance Method Summary collapse
Methods inherited from ViewSpec::Type
Constructor Details
This class inherits a constructor from ViewSpec::Type
Instance Method Details
#cast(value) ⇒ Object
4 5 6 |
# File 'lib/view_spec/types/symbol.rb', line 4 def cast(value) value&.to_sym end |