Class DictionaryMatcher::MatchData
In: lib/more/facets/dictionarymatcher.rb
Parent: Struct.new(:index,:match)

Contains the index matched, and the word matched

Methods

inspect  

Public Instance methods

[Source]

# File lib/more/facets/dictionarymatcher.rb, line 6
    def inspect
      "#{match.inspect}@#{index}"
    end

[Validate]