Created
March 9, 2018 16:56
-
-
Save nburkley/74e02fab4373fe283f5b469f63970e66 to your computer and use it in GitHub Desktop.
Multiple matches for when
This file contains hidden or 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
case testvalue do | |
n when n in [200, 400] -> | |
true | |
_ -> | |
false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment