# File lib/facter/util/formatter.rb, line 15
      def self.format_yaml(hash)
        YAML.dump(hash)
      end