Search:
Libraries
»
maccman/bowline
(master)
»
Index (A)
»
Array
(
no frames
)
Class List
Method List
File List
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/bowline/ext/array.rb
Instance Method Summary
(
collapse
)
- (Object)
to_js
(*args)
Instance Method Details
- (
Object
)
to_js
(*args)
2 3 4
# File 'lib/bowline/ext/array.rb', line 2
def
to_js
(
*
args
)
map
{
|
i
|
i
.
to_js
(
*
args
)
}
end