Created
May 18, 2022 09:40
-
-
Save denisdefreyne/e200922e53d628dc23444d504a848f4f to your computer and use it in GitHub Desktop.
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 14 | |
when 10..15 | |
puts "Kinda small!" | |
when 80..99 | |
puts "Kinda large!" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment