class RubyRunJs::JsJson

Public Class Methods

new(prototype) click to toggle source
Calls superclass method RubyRunJs::JsBaseObject::new
# File lib/ruby_run_js/objects/js_json.rb, line 7
def initialize(prototype)
  super()
  @prototype = prototype
  @_class = 'Json'
end