Module: Valkyrie::Types::ArrayDefault
- Included in:
- Valkyrie::Types
- Defined in:
- lib/valkyrie/types.rb
Instance Method Summary collapse
Instance Method Details
#member(type) ⇒ Object
79 80 81 |
# File 'lib/valkyrie/types.rb', line 79 def member(type) super.default([].freeze) end |
#of(type) ⇒ Object
75 76 77 |
# File 'lib/valkyrie/types.rb', line 75 def of(type) super.default([].freeze) end |