Class: PWKeep::Config
- Inherits:
-
Hashr
- Object
- Hashr
- PWKeep::Config
- Defined in:
- lib/pwkeep/config.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) load(file)
6 7 8 |
# File 'lib/pwkeep/config.rb', line 6 def load(file) self.merge YAML.load_file(file) end |