class Getch::FileSystem::Ext4::Deps
Public Class Methods
new()
click to toggle source
# File lib/getch/filesystem/ext4/deps.rb, line 5 def initialize if Helpers::efi? install_efi else install_bios end end
Private Instance Methods
install_bios()
click to toggle source
# File lib/getch/filesystem/ext4/deps.rb, line 17 def install_bios end
install_efi()
click to toggle source
# File lib/getch/filesystem/ext4/deps.rb, line 14 def install_efi end