Atom.to_string

You're seeing just the function to_string, go back to Atom module for more information.

Specs

to_string(atom()) :: String.t()

Converts an atom to a string.

Inlined by the compiler.

Examples

iex> Atom.to_string(:foo)
"foo"