Skip to content

Instantly share code, notes, and snippets.

@bcackerman
Created July 27, 2017 07:26
Show Gist options
  • Save bcackerman/49c7cc28718df8da98a06116efe867a8 to your computer and use it in GitHub Desktop.
Save bcackerman/49c7cc28718df8da98a06116efe867a8 to your computer and use it in GitHub Desktop.
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