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