Libraries
»
dnapi
(1.1.81)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/dnapi/extensions.rb
Instance Method Summary
collapse
#
to_jexp
⇒ Object
Instance Method Details
#
to_jexp
⇒
Object
2 3 4
# File 'lib/dnapi/extensions.rb', line 2
def
to_jexp
map
{
|
v
|
JSON
.
jexp
(
v
)
}
end