JS::Bridge module of PicoRuby

Singleton methods

array_to_js_array

JS::Bridge.array_to_js_array(Array[untyped] array) -> JS::Object

hash_to_js_object

JS::Bridge.hash_to_js_object(Hash[untyped, untyped] hash) -> JS::Object

to_js

JS::Bridge.to_js(untyped value) -> untyped
Tags: