Skip to content

Instantly share code, notes, and snippets.

@soranoba
Created February 17, 2016 16:42
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 soranoba/f204516cad4b97d80ee5 to your computer and use it in GitHub Desktop.
Save soranoba/f204516cad4b97d80ee5 to your computer and use it in GitHub Desktop.
spam_behaviour
-module(spam_behaviour).
-optional_callbacks([b/0]).
-callback a() -> ok.
-callback b() -> ok.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment