Class: RubyRunJs::JsUndefined
- Inherits:
-
Object
- Object
- RubyRunJs::JsUndefined
- Defined in:
- lib/ruby_run_js/objects/js_misc.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.instance ⇒ Object
30 31 32 33 |
# File 'lib/ruby_run_js/objects/js_misc.rb', line 30 def self.instance @instance ||= JsUndefined.new @instance end |
Instance Method Details
#_class ⇒ Object
26 27 28 |
# File 'lib/ruby_run_js/objects/js_misc.rb', line 26 def _class 'Undefined' end |
#_type ⇒ Object
22 23 24 |
# File 'lib/ruby_run_js/objects/js_misc.rb', line 22 def _type 'undefined' end |