Method: Fire::Match#matchdata

Defined in:
lib/fire/match.rb

#matchdataMatchData

The match data that resulted from a successful Regexp against the string.



21
22
23
# File 'lib/fire/match.rb', line 21

def matchdata
  @matchdata
end