Method: WatchPaths#dump

Defined in:
lib/watch-paths.rb

#dump(chksum_manifest) ⇒ Object

Write YAML file containing checksum manifest



52
53
54
# File 'lib/watch-paths.rb', line 52

def dump( chksum_manifest )
  File.open(MANIFEST,'w') { |f| YAML.dump chksum_manifest, f }
end