This library allows parsing of configuration file in UCL format, using the libucl library.
UCL.flags = UCL::KEY_SYMBOL
UCL.load_file('foo.conf', UCL::KEY_SYMBOL | KEY_LOWERCASE)
UCL.parse(File.read('foo.conf'))
Supported flags:
- KEY_SYMBOL
- KEY_LOWERCASE
- NO_TIME
- DISABLE_MACRO
- NO_FILEVARS