Sha256: fba2641873b09fe263ed701c124d363ae3e4f0653656b0fb058adce2d5ae64c6
Contents?: true
Size: 569 Bytes
Versions: 5
Compression:
Stored size: 569 Bytes
Contents
# Author:: Nicolas Despres <nicolas.despres@gmail.com>. # Copyright:: Copyright (c) 2004, 2005 TTK team. All rights reserved. # License:: LGPL # $Id: Slave.rb 567 2005-04-13 08:00:06Z polrop $ module TTK module Daemons class Slave < Daemon include Concrete def start_daemon(opts, argv) super tester_slave = Services::TesterSlave.new add_observable(tester_slave) start_service(tester_slave, opts[:tester_uri], opts[:tester_name]) end end # class Slave end # module Daemons end # module TTK
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ttk-0.1.576 | lib/ttk/daemons/Slave.rb |
ttk-0.2.1 | lib/ttk/daemons/Slave.rb |
ttk-0.1.580 | lib/ttk/daemons/Slave.rb |
ttk-0.1.579 | lib/ttk/daemons/Slave.rb |
ttk-0.2.0 | lib/ttk/daemons/Slave.rb |