Module: RobustClientSocket::HTTP::Helpers

Included in:
Client
Defined in:
lib/robust_client_socket/http/helpers.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
# File 'lib/robust_client_socket/http/helpers.rb', line 4

def self.included(base)
  base.extend(PrivateClassMethods)
  base.private_class_method(*PrivateClassMethods.instance_methods(false))
end