Sha256: db53584d2339bfce897fac8bafb71903279c0d62a6dc8edda80dd42cce7fc3c2
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
module Cbac # Class containing configuration options for the Cbac system. The following # configuration options are supported: verbose. Determines whether or not to # output results to the console. All outputs are processed as puts commands. class Config class << self attr_accessor :verbose end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cbac-0.6.3 | lib/cbac/config.rb |
cbac-0.6.1 | lib/cbac/config.rb |
cbac-0.6.0 | lib/cbac/config.rb |