# File lib/faraday/options.rb, line 51
    def merge(value)
      dup.update(value)
    end