Skip to content

Instantly share code, notes, and snippets.

@droznyk
Last active May 4, 2020 07:14
Show Gist options
  • Save droznyk/6d526bcb6743b80f96c31f420f5f7aae to your computer and use it in GitHub Desktop.
Save droznyk/6d526bcb6743b80f96c31f420f5f7aae to your computer and use it in GitHub Desktop.
Pattern matching syntax
case expression
in pattern [if | unless condition]
# here goes the code
in pattern [if | unless condition]
# here goes the code
else
# here goes the code
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment