# File lib/state_machine/integrations/mongo_mapper.rb, line 268
        def owner_class_ancestor_has_method?(scope, method)
          scope == :instance && method == "#{name}?" || super
        end