Module: HttpStub::Configurer

Defined in:
lib/http_stub/configurer.rb,
lib/http_stub/configurer/command.rb,
lib/http_stub/configurer/request/stub.rb,
lib/http_stub/configurer/command_processor.rb,
lib/http_stub/configurer/request/omittable.rb,
lib/http_stub/configurer/request/regexpable.rb,
lib/http_stub/configurer/patient_command_chain.rb,
lib/http_stub/configurer/request/stub_activator.rb,
lib/http_stub/configurer/impatient_command_chain.rb,
lib/http_stub/configurer/request/controllable_value.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods, Request Classes: Command, CommandProcessor, ImpatientCommandChain, PatientCommandChain

Class Method Summary collapse

Class Method Details

.included(mod) ⇒ Object



5
6
7
8
# File 'lib/http_stub/configurer.rb', line 5

def self.included(mod)
  mod.extend(HttpStub::Configurer::ClassMethods)
  mod.send(:include, HttpStub::Configurer::InstanceMethods)
end