Method: TreeStruct::Array#to_hash

Defined in:
lib/tree_struct/array.rb

#to_hashObject



10
11
12
# File 'lib/tree_struct/array.rb', line 10

def to_hash
  self.map(&:to_hash)
end