Libraries
»
cuke_fig
(0.1.2)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/cuke_fig.rb
Instance Method Summary
collapse
#
to_openstruct
⇒ Object
Instance Method Details
#
to_openstruct
⇒
Object
11 12 13
# File 'lib/cuke_fig.rb', line 11
def
to_openstruct
map
{
|
el
|
el
.
to_openstruct
}
end