mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
commit
f698fb6fbb
@ -216,7 +216,9 @@ when 'D'
|
||||
puts "Scraping through"
|
||||
when 'F'
|
||||
puts "You failed!"
|
||||
|
||||
else
|
||||
puts "Alternative grading system, eh?"
|
||||
end
|
||||
|
||||
# Functions
|
||||
|
||||
@ -283,7 +285,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
|
||||
|
Loading…
Reference in New Issue
Block a user