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