Method: Faraday::Utils::ParamsHash#replace

Defined in:
lib/faraday/utils/params_hash.rb

#replace(other) ⇒ Object



39
40
41
42
# File 'lib/faraday/utils/params_hash.rb', line 39

def replace(other)
  clear
  update(other)
end