From d1f9b74644392bf6be6c4f8c96b990dfe435f51a Mon Sep 17 00:00:00 2001 From: noahlz Date: Sun, 7 Jul 2013 18:50:18 -0400 Subject: case statement needs end. Also added else --- ruby.html.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ruby.html.markdown b/ruby.html.markdown index 8b223000..560c1750 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -214,7 +214,9 @@ when 'D' puts "Scraping through" when 'F' puts "You failed!" - +else + puts "Alternative grading system, eh?" +end # Functions -- cgit v1.2.3