Class: ConfigExclude
- Inherits:
-
ConfigString
- Object
- ConfigString
- ConfigExclude
- Defined in:
- lib/helpers.rb
Instance Method Summary collapse
-
#initialize(name, args, desc, defaults) ⇒ ConfigExclude
constructor
A new instance of ConfigExclude.
Methods inherited from ConfigString
#add, #clear, #name, #set, #to_s, #value
Constructor Details
#initialize(name, args, desc, defaults) ⇒ ConfigExclude
Returns a new instance of ConfigExclude.
136 137 138 |
# File 'lib/helpers.rb', line 136 def initialize(name, args, desc, defaults) super(name, args + ",list", desc, defaults) end |