Atom.to_string/1

defmodule Atom do
  def to_string(atom)
end

Converts an atom to a string.