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