Libraries
»
valkyrie
(3.2.0)
»
Index
»
Valkyrie
»
Types
»
ArrayDefault
»
#of
Method: Valkyrie::Types::ArrayDefault#of
Defined in:
lib/valkyrie/types.rb
#
of
(type) ⇒
Object
96 97 98
# File 'lib/valkyrie/types.rb', line 96
def
of
(
type
)
super
.
default
(
[
]
.
freeze
)
end