require 'yaml' module Vagrant module Util # This class is responsible for reading static messages from the strings.yml file. class Translator @@strings = nil class <