Method: CorpusProcessor::Token#==
- Defined in:
- lib/corpus-processor/token.rb
#==(other) ⇒ Object
Determine equality of two CorpusProcessor::Tokens.
28 29 30 |
# File 'lib/corpus-processor/token.rb', line 28 def ==(other) word == other.word && category == other.category end |