Module: TomlRB::Dumper::ObjectConverterFix Private
- Defined in:
- lib/qonfig/plugins/toml/tomlrb_fixes.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
NOTE:
- dumper uses ultra primitive way to conver objects to toml format
- dumper represents nil values as a simple strings without quots,
but should not represent them at all
- dumper can not validate invalid structures
(for example: [1, [2,3], nil] (invalid, cuz arrays should contain values of one type))