Class: Getch::FileSystem::Ext4::Encrypt::Device
- Inherits:
-
Object
- Object
- Getch::FileSystem::Ext4::Encrypt::Device
- Defined in:
- lib/getch/filesystem/ext4/encrypt/device.rb
Instance Method Summary collapse
-
#initialize ⇒ Device
constructor
A new instance of Device.
Constructor Details
#initialize ⇒ Device
Returns a new instance of Device.
10 11 12 13 |
# File 'lib/getch/filesystem/ext4/encrypt/device.rb', line 10 def initialize @args = { start: true, boot: true, swap: true, root: true } x end |