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



19
20
21
# File 'lib/qemu/command.rb', line 19

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