Libraries
»
tree_struct
(1.0.2)
»
Index
»
TreeStruct
»
Array
»
#to_hash
Method: TreeStruct::Array#to_hash
Defined in:
lib/tree_struct/array.rb
#
to_hash
⇒
Object
10 11 12
# File 'lib/tree_struct/array.rb', line 10
def
to_hash
self
.
map
(
&
:to_hash
)
end