Method: PConfigFile#initialize
- Defined in:
- lib/resources/parse_config.rb
#initialize(path, opts = nil) ⇒ PConfigFile
Returns a new instance of PConfigFile.
81 82 83 84 |
# File 'lib/resources/parse_config.rb', line 81 def initialize(path, opts = nil) super(nil, opts) parse_file(path) end |