Skip to content

Instantly share code, notes, and snippets.

@amalbuquerque
Last active October 8, 2018 10:49
Show Gist options
  • Save amalbuquerque/5b081afdd5c0c2cf1566543e15214728 to your computer and use it in GitHub Desktop.
Save amalbuquerque/5b081afdd5c0c2cf1566543e15214728 to your computer and use it in GitHub Desktop.
defmodule Foo do
require Interceptor, as: I
I.intercept do
def bar(x, y), do: x/y
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment