1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-29 11:20:21 +01:00

case statement needs end. Also added else

This commit is contained in:
noahlz 2013-07-07 18:50:18 -04:00
parent 48448599ff
commit d1f9b74644

View File

@ -214,7 +214,9 @@ when 'D'
puts "Scraping through"
when 'F'
puts "You failed!"
else
puts "Alternative grading system, eh?"
end
# Functions