Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/unloosen/utils/js.rb
Instance Method Summary collapse
-
#to_rb ⇒ Object
def to_js return self if self.is_a?(JS::Object) JS.try_convert(self) || JS.try_convert_hash(self) end.