class Hoe

def read_manifest

def read_manifest
  File.read_utf("Manifest.txt").split(/\r?\n\r?/) rescue nil
end