Skip to content

Instantly share code, notes, and snippets.

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