[フレーム]

Class: Numeric

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

Direct Known Subclasses

BigDecimal , Date::Infinity , Float , Integer , Matrix::Scalar , Rational

Instance Method Summary collapse

Instance Method Details

#to_jsonObject

177
178
179
# File 'opal/stdlib/json.rb', line 177
def to_json
 `self.toString()`
end

#to_nObject

Returns the internal JavaScript value (with valueOf).

Returns:

  • the internal JavaScript value (with valueOf).

449
450
451
# File 'opal/stdlib/native.rb', line 449
def to_n
 `self.valueOf()`
end

AltStyle によって変換されたページ (->オリジナル) /