Class: Array

Inherits:
Object show all
Defined in:
lib/cuke_fig.rb

Instance Method Summary collapse

Instance Method Details

#to_openstructObject



11
12
13
# File 'lib/cuke_fig.rb', line 11

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