# File lib/mongrel_config/win32_app.rb, line 31 31: def get(service) 32: runner = Thread.new do 33: W32Support.start(service) do |status| 34: $service_logs << "Starting #{service}: #{status}\n" 35: sleep 1 36: end 37: end 38: 39: $service_group.add(runner) 40: 41: redirect Index 42: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.