Method: QueueingProxy::DSL#from

Defined in:
lib/queueing_proxy/dsl.rb

#from(host, port = 80, &block) ⇒ Object



44
45
46
47
# File 'lib/queueing_proxy/dsl.rb', line 44

def from(host, port=80, &block)
  frontends << [host, port]
  self
end