Class: Numeric
Instance Method Summary collapse
-
#as_json ⇒ Object
FIXME: remove this.
- #to_json ⇒ Object
- #to_n ⇒ Object
Instance Method Details
#as_json ⇒ Object
FIXME: remove this
167 168 169 |
# File 'opal/stdlib/json.rb', line 167 def as_json self end |
#to_json ⇒ Object
171 172 173 |
# File 'opal/stdlib/json.rb', line 171 def to_json `self.toString()` end |
#to_n ⇒ Object
335 336 337 |
# File 'opal/stdlib/native.rb', line 335 def to_n `self.valueOf()` end |