diff options
| -rw-r--r-- | ruby.html.markdown | 4 | 
1 files changed, 3 insertions, 1 deletions
| 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 | 
