Method: Ftl::Client#stop

Defined in:
lib/ftl/client.rb

#stop(args = {}) ⇒ Object Also known as: pause



157
158
159
160
# File 'lib/ftl/client.rb', line 157

def stop(args={})
  display "Stopping \"#{args.first}\" server."
  find_instance(args.first).stop
end