Method: Vines::Config::ClientPort#start

Defined in:
lib/vines/config/port.rb

#startObject



54
55
56
57
# File 'lib/vines/config/port.rb', line 54

def start
  super
  config.cluster.start if config.cluster?
end