RKelly::JS::Base
This is the object protytpe ECMA-262 15.2.4
# File lib/rkelly/js/object_prototype.rb, line 6 def initialize super self['toString'].function = unbound_method(:toString) do "[object #{self['Class'].value}]" end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.