# File lib/dm-validations/validators/method_validator.rb, line 18
      def ==(other)
        @options[:method] == other.instance_variable_get(:@options)[:method] && super
      end