Class: Numeric
Direct Known Subclasses
Instance Method Summary collapse
- #to_json ⇒ Object
-
#to_n ⇒ Object
The internal JavaScript value (with
valueOf).
Instance Method Details
#to_json ⇒ Object
183 184 185
# File 'opal/stdlib/json.rb', line 183 def to_json `self.toString()` end
#to_n ⇒ Object
Returns the internal JavaScript value (with valueOf).
Returns:
-
the internal JavaScript value (with
valueOf).
442 443 444
# File 'opal/stdlib/native.rb', line 442 def to_n `self.valueOf()` end