class Ardecy::Harden::Perms::Directory::Boot
Public Class Methods
new(args)
click to toggle source
Calls superclass method
Ardecy::Harden::Perms::DirCheck::new
# File lib/ardecy/harden/perms.rb, line 76 def initialize(args) super @name = '/boot' @exp = 0700 @tab = 3 end