Libraries
»
michaeldwan-urban-mapping-api
(0.9.3)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/core_ext.rb
Instance Method Summary
collapse
#
to_openstruct
⇒ Object
Instance Method Details
#
to_openstruct
⇒
Object
8 9 10
# File 'lib/core_ext.rb', line 8
def
to_openstruct
map
{
|
el
|
el
.
to_openstruct
}
end