# File lib/couchrest/validation/contextual_validators.rb, line 33
      def dump
        contexts.each_pair do |key, context|
          puts "Key=#{key} Context: #{context}"
        end
      end