# File lib/state_machine/matcher.rb, line 85
    def matches?(value, context = {})
      !values.include?(value)
    end