Class: Ardecy::Harden::Perms::Directory::Boot
- Inherits:
-
Ardecy::Harden::Perms::DirCheck
- Object
- Ardecy::Harden::Perms::DirCheck
- Ardecy::Harden::Perms::Directory::Boot
- Defined in:
- lib/ardecy/harden/perms.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ Boot
constructor
A new instance of Boot.
Methods inherited from Ardecy::Harden::Perms::DirCheck
Methods included from Display
#display_fix_list, #kernel_show, #perm_show, #result, #show_bad_mod, #title
Constructor Details
#initialize(args) ⇒ Boot
Returns a new instance of Boot.
76 77 78 79 80 81 |
# File 'lib/ardecy/harden/perms.rb', line 76 def initialize(args) super @name = '/boot' @exp = 0700 @tab = 3 end |