Toolshed.Misc.save_value
You're seeing just the function
save_value
, go back to Toolshed.Misc module for more information.
Save a value to a file as Elixir terms
Examples
# Save the contents of SystemRegistry to a file
iex> SystemRegistry.match(:_) |> save_value("/root/sr.txt")
:ok