Skip to content

Instantly share code, notes, and snippets.

@elbow-jason
Created April 26, 2015 20:14
Show Gist options
  • Save elbow-jason/0d6f15f56efa554856b4 to your computer and use it in GitHub Desktop.
Save elbow-jason/0d6f15f56efa554856b4 to your computer and use it in GitHub Desktop.
def f(x) when x in [:ok, :bien, :guay] do
:ok
end
def f(_) do
:mal
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment