From 48448599ffe81772bc8b01fffeb63af353913748 Mon Sep 17 00:00:00 2001 From: noahlz Date: Fri, 5 Jul 2013 22:08:46 -0400 Subject: s/$/#/ typo --- ruby.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.html.markdown b/ruby.html.markdown index 2c9a4cb9..8b223000 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -281,7 +281,7 @@ class Human end # A class method uses self to distinguish from instance methods. - $ It can only be called on the class, not an instance. + # It can only be called on the class, not an instance. def self.say(msg) puts "#{msg}" end -- cgit v1.2.3