Method: HTTPX::Options.inherited

Defined in:
lib/httpx/options.rb

.inherited(klass) ⇒ Object



10
11
12
13
# File 'lib/httpx/options.rb', line 10

def inherited(klass)
  super
  klass.instance_variable_set(:@defined_options, @defined_options.dup)
end