require 'yaml' module Vagrant module Util # This class is responsible for outputting errors. It retrieves the errors, # based on their key, from the error file, and then outputs it. class Errors @@errors = nil class <