Class: MatchData
Instance Method Summary collapse
-
#to_n ⇒ Object
Public: Returns the array of matches.
Instance Method Details
#to_n ⇒ Object
Public: Returns the array of matches
467 468 469 |
# File 'opal/stdlib/native.rb', line 467 def to_n @matches end |