Created
July 27, 2017 07:26
-
-
Save bcackerman/49c7cc28718df8da98a06116efe867a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Human | |
def talk | |
puts "I’m talking" | |
end | |
private | |
def whisper | |
puts "I’m whispering" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment