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