1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 04:04:20 +02:00

s/$/#/ typo

This commit is contained in:
noahlz
2013-07-05 22:08:46 -04:00
parent 2fd1664c29
commit 48448599ff

View File

@@ -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