# File lib/state_machine/guard.rb, line 122 def match(object, query = {}) if (match = match_query(query)) && matches_conditions?(object) match end end