Class: MarhanCli::TrueCryptCommand
- Defined in:
- lib/marhan_cli/commands/true_crypt_command.rb
Instance Method Summary collapse
Instance Method Details
#mount ⇒ Object
17 18 19 |
# File 'lib/marhan_cli/commands/true_crypt_command.rb', line 17 def mount execute mount_proc end |
#umount ⇒ Object
28 29 30 |
# File 'lib/marhan_cli/commands/true_crypt_command.rb', line 28 def umount execute unmount_proc end |
#umount_all ⇒ Object
34 35 36 |
# File 'lib/marhan_cli/commands/true_crypt_command.rb', line 34 def umount_all execute unmount_all_proc end |