# File lib/faraday/options.rb, line 283 def []=(key, value) if in_member_set?(key) super(key, value) else custom_members[key] = value end end