# File lib/state_machine/state_collection.rb, line 29 def matches?(object, name) fetch(name).matches?(machine.read(object, :state)) end