Top Level Namespace
Defined Under Namespace
Modules: Locd Classes: ProxyMachine
Instance Method Summary collapse
-
#proxymachine ⇒ Object
This file...
Instance Method Details
#proxymachine ⇒ Object
This file...
Requires ProxyMachine (because requiring it boots it up, causing ruckus when you don't want to run it, like during specs).
Monkey-patch ProxyMachine.fast_shutdown so I can change the sleep time... 10 seconds is forever to wait when developing, and I don't see a way to configure it without patching.
13 |
# File 'lib/locd/proxymachine.rb', line 13 require 'proxymachine' |