Class: Getch::FileSystem::Zfs::Minimal::Device

Inherits:
Object
  • Object
show all
Defined in:
lib/getch/filesystem/zfs/minimal/device.rb

Instance Method Summary collapse

Constructor Details

#initializeDevice

Returns a new instance of Device.



10
11
12
13
# File 'lib/getch/filesystem/zfs/minimal/device.rb', line 10

def initialize
  @args = { start: true, boot: true, swap: true, root: true }
  x
end