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