Skip to content

Instantly share code, notes, and snippets.

@rlb3
Created March 29, 2021 14:27
Show Gist options
  • Save rlb3/89af74de64d659497a295e771e381ceb to your computer and use it in GitHub Desktop.
Save rlb3/89af74de64d659497a295e771e381ceb to your computer and use it in GitHub Desktop.
defmodule MissingFunction do
def unquote(:"$handle_undefined_function")(func, args), do: [func, args]
end
# iex(3)> MissingFunction.asdf(1,2,3)
# [:asdf, [1, 2, 3]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment