Class: Superstore::Types::ArrayType
- Defined in:
- lib/superstore/types/array_type.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#cast_value(value) ⇒ Object
4 5 6 |
# File 'lib/superstore/types/array_type.rb', line 4 def cast_value(value) Array(value) end |