Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created July 4, 2014 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domgetter/a25916750116492bdb5d to your computer and use it in GitHub Desktop.
Save domgetter/a25916750116492bdb5d to your computer and use it in GitHub Desktop.
class Bird
def fly
puts "flap fla"
end
end
class Pterodactyl
def fly
puts "flap fla"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment