Skip to content

Instantly share code, notes, and snippets.

@denisdefreyne
Created May 18, 2022 09:40
Show Gist options
  • Save denisdefreyne/e200922e53d628dc23444d504a848f4f to your computer and use it in GitHub Desktop.
Save denisdefreyne/e200922e53d628dc23444d504a848f4f to your computer and use it in GitHub Desktop.
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