Class: HttpStub::Configurer::ImpatientCommandChain

Inherits:
Object
  • Object
show all
Defined in:
lib/http_stub/configurer/impatient_command_chain.rb

Instance Method Summary collapse

Instance Method Details

#<<(command) ⇒ Object



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

def <<(command)
  command.execute()
end