Libraries
»
jstruct
(0.1.0)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/jstruct/ext/array.rb
Instance Method Summary
collapse
#
to_jexp
⇒ Object
Instance Method Details
#
to_jexp
⇒
Object
2 3 4
# File 'lib/jstruct/ext/array.rb', line 2
def
to_jexp
map
{
|
o
|
o
.
to_jexp
}
end