class OptParseValidator::ConfigFilesLoaderMerger::ConfigFile::Base
Attributes
Public Class Methods
Source
# File lib/opt_parse_validator/config_files_loader_merger/base.rb, line 11 def initialize(path) @path = path end
@param [ String ] path The file path of the option file
Public Instance Methods
Source
# File lib/opt_parse_validator/config_files_loader_merger/base.rb, line 20 def ==(other) path == other.path end
Source
# File lib/opt_parse_validator/config_files_loader_merger/base.rb, line 16 def parse raise NotImplementedError end
@return [ Hash ] a { ‘key’ => value } hash