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
).
467 468 469 |
# File 'opal/stdlib/native.rb', line 467 def to_n `self.valueOf()` end |