Skip to content

Instantly share code, notes, and snippets.

@devn
Last active December 1, 2017 22:38
Show Gist options
  • Save devn/0fe42d5e3825f2134116eebdd5739a3c to your computer and use it in GitHub Desktop.
Save devn/0fe42d5e3825f2134116eebdd5739a3c to your computer and use it in GitHub Desktop.
do todo
defmodule Do do
def dont think, about, it, but, please do
[think, about, it, please]
end
end
Do.dont :worry, :about, :grouping, :any, :arguments
=> [:worry, :about, :grouping, :arguments]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment