# File lib/couchrest/validation/validators/method_validator.rb, line 45
      def ==(other)
        @options[:method] == other.instance_variable_get(:@options)[:method] && super
      end