Method: Cluster::Cli#unlabel
- Defined in:
- lib/cluster/cli.rb
#unlabel(id = nil) ⇒ Object
187 188 189 190 |
# File 'lib/cluster/cli.rb', line 187 def unlabel(id = nil) id ||= @sub.current_instance.id alter_instances([id]) {|i| i.friendly_name = ''} end |