removed not needed line separators

pull/38/head
Igor Chubin 6 years ago committed by GitHub
parent cbb9f2901f
commit 27899c6f94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,6 @@
# Basic value tests
num = 5
case num
when 1
puts "it's one"
@ -15,7 +14,6 @@ end
# Ranges
num = 25
case num
when 1..10
puts "between one and ten"
@ -27,7 +25,6 @@ end
# Regular expressions
str = "doe, a deer"
case str
when /food/
puts "i'm hungry"

Loading…
Cancel
Save