# File lib/directory_manager.rb, line 14 def read # default error is informative enough if the file is not found @parsed_file = @parsed_file || YAML::load(File.read(@location)) || {} end