Sha256: 673d93006b765f6b927652522441776c2a53f586ae8ee92d6e48dbc7080d2618
Contents?: true
Size: 327 Bytes
Versions: 14
Compression:
Stored size: 327 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
14 entries across 14 versions & 1 rubygems