Method: Pec::CLI#destroy

Defined in:
lib/pec/cli.rb

#destroy(host_name = nil) ⇒ Object



20
21
22
# File 'lib/pec/cli.rb', line 20

def destroy(host_name = nil)
  Pec::Director.execute("destroy", host_name, options)
end