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