Skip to content

Instantly share code, notes, and snippets.

@fxn
Last active May 13, 2017 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fxn/6b87f7000902e3d4046c42903038adea to your computer and use it in GitHub Desktop.
Save fxn/6b87f7000902e3d4046c42903038adea to your computer and use it in GitHub Desktop.
{_, mfa} = :erlang.process_info(self(), :current_function)
IO.inspect(mfa) #=> {:elixir_compiler_0, :__FILE__, 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment