7458abc8b3
git-svn-id: file:///home/svn/framework3/trunk@12815 4d416f70-5f16-0410-b530-b9f4589650da
11 lines
143 B
Ruby
11 lines
143 B
Ruby
module RKelly
|
|
module JS
|
|
class Math < Base
|
|
def initialize
|
|
super
|
|
self['PI'] = ::Math::PI
|
|
end
|
|
end
|
|
end
|
|
end
|