# File lib/state_machine/guard.rb, line 95
    def matches?(object, query = {})
      !match(object, query).nil?
    end