module YAMLSerializer
    module_function

    def dump(hash)
      yaml = String.new("---")