Module: YamlNormalizer::Ext
- Defined in:
- lib/yaml_normalizer/ext.rb,
lib/yaml_normalizer/ext/nested.rb,
lib/yaml_normalizer/ext/namespaced.rb,
lib/yaml_normalizer/ext/sort_by_key.rb
Overview
YamlNormalizer::Ext contains multiple extensions to extend instances of Hash in several ways. YamlNormalizer goes without extending Ruby Core classes or refinements to provide no functionality without side effects and avoid unexpected behaviour when working with POROs, fmi see git.io/v5Q2E.
Defined Under Namespace
Modules: Namespaced, Nested, SortByKey