class RubyRunJs::JsUndefined

Public Class Methods

instance() click to toggle source
# File lib/ruby_run_js/objects/js_misc.rb, line 30
def self.instance
  @instance ||= JsUndefined.new
  @instance
end

Public Instance Methods

_class() click to toggle source
# File lib/ruby_run_js/objects/js_misc.rb, line 26
def _class
  'Undefined'
end
_type() click to toggle source
# File lib/ruby_run_js/objects/js_misc.rb, line 22
def _type
  'undefined'
end