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