Class: String
Instance Method Summary collapse
-
#to_n ⇒ Object
Public: Returns the internal JavaScript value (with
valueOf).
Instance Method Details
#to_n ⇒ Object
Public: Returns the internal JavaScript value (with valueOf).
453 454 455 |
# File 'opal/stdlib/native.rb', line 453 def to_n `self.valueOf()` end |