Class: Array

Inherits:
Object show all
Defined in:
lib/ext/hash_to_openstruct.rb

Instance Method Summary collapse

Instance Method Details

#to_openstructObject



19
20
21
# File 'lib/ext/hash_to_openstruct.rb', line 19

def to_openstruct
  map{ |el| el.to_openstruct }
end