Method: Beaker::Hypervisor#cleanup

Defined in:
lib/beaker/hypervisor.rb

#cleanupObject

Cleanup steps to be run for a given hypervisor. Default is nil.



93
94
95
# File 'lib/beaker/hypervisor.rb', line 93

def cleanup
  nil
end