Method: HTTPX::Registry::ClassMethods#inherited
- Defined in:
- lib/httpx/registry.rb
#inherited(klass) ⇒ Object
49 50 51 52 |
# File 'lib/httpx/registry.rb', line 49 def inherited(klass) super klass.instance_variable_set(:@registry, @registry.dup) end |