Class: Getch::FileSystem::Ext4::Lvm::Format

Inherits:
Object
  • Object
show all
Defined in:
lib/getch/filesystem/ext4/lvm/format.rb

Instance Method Summary collapse

Constructor Details

#initializeFormat

Returns a new instance of Format.



10
11
12
# File 'lib/getch/filesystem/ext4/lvm/format.rb', line 10

def initialize
  x
end

Instance Method Details

#xObject



14
15
16
# File 'lib/getch/filesystem/ext4/lvm/format.rb', line 14

def x
  Mkfs::Lvm.new(DEVS, OPTIONS)
end