class RubyRunJs::JsMath
Public Class Methods
new(prototype)
click to toggle source
Calls superclass method
RubyRunJs::JsBaseObject::new
# File lib/ruby_run_js/objects/js_math.rb, line 11 def initialize(prototype) super() @prototype = prototype @_class = 'Math' end
Public Instance Methods
_class()
click to toggle source
# File lib/ruby_run_js/objects/js_math.rb, line 7 def _class end