Method: WatchPaths#load
- Defined in:
- lib/watch-paths.rb
#load ⇒ Object
Attempts to load checksum manifest YAML file, otherwise returns an empty hash.
45 46 47 |
# File 'lib/watch-paths.rb', line 45 def load YAML.load_file MANIFEST rescue {} end |