class Faraday::Options

def merge(other)

Public
def merge(other)
  dup.merge!(other)
end