Skip to content

Instantly share code, notes, and snippets.

  • Select an option

  • Save dfischer/957f15d06c30245fdc55 to your computer and use it in GitHub Desktop.

Select an option

Save dfischer/957f15d06c30245fdc55 to your computer and use it in GitHub Desktop.
def serve_drinks(%User{age: age}) when age >= 21 do
# Code that serves drinks!
end
serve_drinks User.get("John Doe")
#=> Fails if the user is under 21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment