class Matcher::MatchData

Contains the index matched, and the word matched

Public Instance Methods

inspect() click to toggle source
# File lib/more/facets/matcher.rb, line 10
def inspect
  "#{match.inspect}@#{index}"
end