Class: QEMU::Command::Disks

Inherits:
Array
  • Object
show all
Defined in:
lib/qemu/command.rb

Instance Method Summary collapse

Instance Method Details

#push(*args) ⇒ Object Also known as: <<, add



25
26
27
# File 'lib/qemu/command.rb', line 25

def push(*args)
  super Disk.new(*args)
end