Class: Numeric

Inherits:
Object show all
Defined in:
lib/to_js.rb

Instance Method Summary collapse

Instance Method Details

#convert_to_jsObject



36
37
38
# File 'lib/to_js.rb', line 36

def convert_to_js
  "%f" % self
end