Libraries
»
bake
(0.23.0)
»
Index
»
Bake
»
Type
»
Array
»
#to_s
Method: Bake::Type::Array#to_s
Defined in:
lib/bake/type/array.rb
#
to_s
⇒
Object
36 37 38
# File 'lib/bake/type/array.rb', line 36
def
to_s
"an Array of #{@item_type}"
end