Class: Regexp
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).
463 464 465 |
# File 'opal/stdlib/native.rb', line 463 def to_n `self.valueOf()` end |