Skip to content

Instantly share code, notes, and snippets.

@russ
Created May 26, 2011 21:42
Show Gist options
  • Save russ/994156 to your computer and use it in GitHub Desktop.
Save russ/994156 to your computer and use it in GitHub Desktop.
module MyExtension
def my_method
end
end
class User
include MyExtension
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment