Class: Numeric

Inherits:
Object show all
Defined in:
opal/stdlib/json.rb,
opal/stdlib/native.rb

Direct Known Subclasses

BigDecimal, Date::Infinity

Instance Method Summary collapse

Instance Method Details

#to_jsonObject



171
172
173
# File 'opal/stdlib/json.rb', line 171

def to_json
  `self.toString()`
end

#to_nObject

Returns the internal JavaScript value (with valueOf).

Returns:

  • the internal JavaScript value (with valueOf).



439
440
441
# File 'opal/stdlib/native.rb', line 439

def to_n
  `self.valueOf()`
end