class RKelly::JS::Math
Public Class Methods
new()
click to toggle source
Calls superclass method
RKelly::JS::Base.new
# File lib/rkelly/js/math.rb, line 4 def initialize super self['PI'] = ::Math::PI end