Skip to content

Instantly share code, notes, and snippets.

@filipebarcos
Last active December 29, 2015 16:09
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 filipebarcos/7695649 to your computer and use it in GitHub Desktop.
Save filipebarcos/7695649 to your computer and use it in GitHub Desktop.
module Bar
def self.method1
end
def method2
end
end
class Foo
include Bar
end
class Zoo
extend Bar
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment