class Rouge::Token

def matches?(other)

def matches?(other)
  other.token_chain.include? self
end