Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created July 4, 2014 08:34
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/7f5a2e4e8cf0d736d20f to your computer and use it in GitHub Desktop.
Save domgetter/7f5a2e4e8cf0d736d20f to your computer and use it in GitHub Desktop.
module Flying
def fly
puts "flap flap"
end
end
class Bird
include Flying
end
class Pterodactyl
include Flying
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment