Atom.to_string
You're seeing just the function
to_string
, go back to Atom module for more information.
Specs
Converts an atom to a string.
Inlined by the compiler.
Examples
iex> Atom.to_string(:foo)
"foo"