Module: Six::Arma::Tools

Defined in:
lib/six/arma/tools.rb,
lib/six/arma/tools/pbodll.rb,
lib/six/arma/tools/cfgconvert.rb

Defined Under Namespace

Classes: CfgConvert, Pbo

Constant Summary collapse

COMPONENT =
'six-arma-tools'
VERSION =
"0.2.1"
@@options =
Hash.new
@@config =
Hash.new
@@log =
Log4r::Logger.new(COMPONENT)

Class Method Summary collapse

Class Method Details

.configObject



28
29
30
# File 'lib/six/arma/tools.rb', line 28

def config
  @@config
end

.logObject



55
56
57
# File 'lib/six/arma/tools.rb', line 55

def log
  @@log
end