diff options
author | noahlz <nzucker@gmail.com> | 2013-07-05 22:08:46 -0400 |
---|---|---|
committer | noahlz <nzucker@gmail.com> | 2013-07-05 22:08:46 -0400 |
commit | 48448599ffe81772bc8b01fffeb63af353913748 (patch) | |
tree | eade5ea1e969ef9bf039febd021229e222adf001 | |
parent | 2fd1664c296cf45a5a5640def9c8dc927e885138 (diff) |
s/$/#/ typo
-rw-r--r-- | ruby.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 |