Class: Ardecy::Harden::Modules::Blacklist::Appletalk
- Defined in:
- lib/ardecy/harden/modules.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ Appletalk
constructor
A new instance of Appletalk.
Methods inherited from Drop
#fix, #quit_unless_modules, #research_found, #x
Methods included from Display
#display_fix_list, #kernel_show, #perm_show, #result, #show_bad_mod, #title
Constructor Details
#initialize(args) ⇒ Appletalk
Returns a new instance of Appletalk.
178 179 180 181 182 |
# File 'lib/ardecy/harden/modules.rb', line 178 def initialize(args) @name = 'appletalk' @tab = 2 super end |