Method: Fairy::Controller.start

Defined in:
lib/fairy/controller.rb

.start(id, master_port) ⇒ Object



40
41
42
43
# File 'lib/fairy/controller.rb', line 40

def Controller.start(id, master_port)
  controller = Controller.new(id)
  controller.start(master_port)
end