From 8c1300ba63f197519acc18b9042c9a1b7172096f Mon Sep 17 00:00:00 2001 From: Troels Thomsen Date: Wed, 10 Jul 2013 19:22:07 +0200 Subject: Remove end-of-line colon --- ruby.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.html.markdown b/ruby.html.markdown index 6e618861..af7af918 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -267,7 +267,7 @@ class Human @@species = "H. sapiens" # Basic initializer - def initialize(name, age=0): + def initialize(name, age=0) # Assign the argument to the "name" instance variable for the instance @name = name # If no age given, we will fall back to the default in the arguments list. -- cgit v1.2.3