Skip to content

Instantly share code, notes, and snippets.

@Martin-Nyaga
Created November 24, 2016 15:44
Show Gist options
  • Save Martin-Nyaga/663251464ddea445e07b959889261968 to your computer and use it in GitHub Desktop.
Save Martin-Nyaga/663251464ddea445e07b959889261968 to your computer and use it in GitHub Desktop.
def beat_up thing
...
thing.make_sound
...
end
# thing can be an Animal, or a Dog, and this code will work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment