Method: RC::Interface#undefine_config
- Defined in:
- lib/rc/interface.rb
#undefine_config(tool) ⇒ Object Also known as: unset
Remove a configuration setup.
NOTE: This is probably a YAGNI.
195 196 197 |
# File 'lib/rc/interface.rb', line 195 def undefine_config(tool) @setup[tool.to_s] = false end |