Method: Beaker::Hypervisor#cleanup

Defined in:
lib/beaker/hypervisor.rb

#cleanupObject

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



91
92
93
# File 'lib/beaker/hypervisor.rb', line 91

def cleanup
  nil
end