Class: Nasl::CommandTest

Inherits:
Command show all
Defined in:
lib/nasl/commands/test.rb

Class Method Summary collapse

Methods inherited from Command

all, banner, find, inherited, initialize!

Class Method Details

.bindingObject



29
30
31
# File 'lib/nasl/commands/test.rb', line 29

def self.binding
  'test'
end

.run(cfg, args) ⇒ Object



33
34
35
# File 'lib/nasl/commands/test.rb', line 33

def self.run(cfg, args)
  Test.initialize!(args)
end