| In: |
rddc_text_file.rb
|
| Parent: | Object |
Class that will parse a config file and provide Methods to access the information.
| Author: | Hartwig Brandl |
| Copyright: | Hartwig Brandl 2004 |
| License: | GPL2 |
| Rddc_url | = | "http://rddc.sourceforge.net/config/" |
| Where should I download missing config files? | ||
| Debug | = | 0 |
| Debug = 0 - no debug output; 1 - debug output; 2 - lots of output | ||
set the specified key with the specified value
warning: this will only set the hash. if you use to_a you won’t see the changes. all other methods should work.
Set the path of the config file. You may use this method to copy a file. (Although there are better ways for doing this.)
| return: | none |