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