Class: Nasl::CommandTest
Class Method Summary
collapse
Methods inherited from Command
all, banner, find, inherited, initialize!
Class Method Details
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
|