Method: ConfCtl::Generation::Unified#destroy

Defined in:
lib/confctl/generation/unified.rb

#destroyObject



116
117
118
119
120
# File 'lib/confctl/generation/unified.rb', line 116

def destroy
  build_generation.destroy if build_generation
  host_generation.destroy if host_generation
  true
end