Module: HttpStub::Configurator::Stub

Defined in:
lib/http_stub/configurator/stub.rb,
lib/http_stub/configurator/stub/stub.rb,
lib/http_stub/configurator/stub/template.rb

Defined Under Namespace

Classes: Stub, Template

Class Method Summary collapse

Class Method Details

.create(parent = nil, &block) ⇒ Object



6
7
8
# File 'lib/http_stub/configurator/stub.rb', line 6

def self.create(parent=nil, &block)
  HttpStub::Configurator::Stub::Stub.new(parent, &block)
end