Method: Cluster::Cli#stop
- Defined in:
- lib/cluster/cli.rb
permalink #stop(*ids) ⇒ Object
[View source]
196 197 198 |
# File 'lib/cluster/cli.rb', line 196 def stop(*ids) alter_instances(ids) {|i| i.stop! } end |
196 197 198 |
# File 'lib/cluster/cli.rb', line 196 def stop(*ids) alter_instances(ids) {|i| i.stop! } end |