Keywords.kill_pattern
You're seeing just the function
kill_pattern
, go back to Keywords module for more information.
Removes pattern by name.
Examples
iex> Keywords.kill_pattern(:stocks)
{:ok, :stocks}
iex> Keywords.kill_pattern(:stocks)
{:error, :not_found}