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