# File lib/multi_json/adapters/json_common.rb, line 21
      def process_dump_options!(options={})
        process_options!({}, options) do |opts|
          opts.merge!(::JSON::PRETTY_STATE_PROTOTYPE.to_h) if options.delete(:pretty)
        end
      end