Struct.new(:index,:match)
Contains the index matched, and the word matched
# File lib/language/matcher.rb, line 15 def inspect "#{match.inspect}@#{index}" end