Class: MatchData

Inherits:
Object show all
Defined in:
opal/stdlib/native.rb

Instance Method Summary collapse

Instance Method Details

#to_nObject

Public: Returns the array of matches



467
468
469
# File 'opal/stdlib/native.rb', line 467

def to_n
  @matches
end