home
about
all recipes
feed
Convert atoms to strings
Sep 2, 2016
Use
Atom.to_string
:
iex
>
Atom
.
to_string
(
:foo
)
"
foo"