Class: Array

Inherits:
Object show all
Defined in:
lib/configutron/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_openstructObject



10
11
12
# File 'lib/configutron/core_ext.rb', line 10

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