Class: OptParseValidator::ConfigFilesLoaderMerger::ConfigFile::YML
- Defined in:
- lib/opt_parse_validator/config_files_loader_merger/yml.rb
Overview
Yaml Implementation
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#parse ⇒ Hash
A { ‘key’ => value } hash.
Methods inherited from Base
Constructor Details
This class inherits a constructor from OptParseValidator::ConfigFilesLoaderMerger::ConfigFile::Base
Instance Method Details
#parse ⇒ Hash
Returns a { ‘key’ => value } hash.
11 12 13 |
# File 'lib/opt_parse_validator/config_files_loader_merger/yml.rb', line 11 def parse yaml_safe_load(path) end |