Module: HTTPX::Registry::InstanceMethods

Defined in:
lib/httpx/registry.rb

Overview

Instance Methods

Instance Method Summary collapse

Instance Method Details

#registry(tag) ⇒ Object

delegates to HTTPX::Registry#registry



85
86
87
# File 'lib/httpx/registry.rb', line 85

def registry(tag)
  self.class.registry(tag)
end