class Nasl::CommandTest

Public Class Methods

binding() click to toggle source
# File lib/nasl/commands/test.rb, line 29
def self.binding
  'test'
end
run(cfg, args) click to toggle source
# File lib/nasl/commands/test.rb, line 33
def self.run(cfg, args)
  Test.initialize!(args)
end