class Ardecy::Harden::CmdLine::DebugFS
Public Class Methods
new(args)
click to toggle source
Calls superclass method
Ardecy::Harden::CmdLine::LineInc::new
# File lib/ardecy/harden/cmdline.rb, line 182 def initialize(args) super @name = 'debugfs=off' @tab = 5 end