Class: TrueClass
- Inherits:
-
Object
- Object
- TrueClass
- Defined in:
- (unknown)
Instance Method Summary collapse
Instance Method Details
#to_js ⇒ Object
516 517 518 |
# File 'ext/js/js-core.c', line 516 static VALUE _rb_js_true_to_js(VALUE obj) { return jsvalue_s_new(rb_js_abi_host_bool_to_js_bool(true)); } |