class PackerFiles::Virtual::I_VirtualBox

Internal List of Hypervisors that are supported. All of them Just override the Custom Object call.

Public Instance Methods

Custom(&block) click to toggle source
# File lib/PackerFiles/Virtual/Hypervisors.rb, line 12
def Custom(&block)
   @custom = VirtualBox.new(&block)
end