Last active
December 1, 2017 22:38
-
-
Save devn/0fe42d5e3825f2134116eebdd5739a3c to your computer and use it in GitHub Desktop.
do todo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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