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