Skip to content

Instantly share code, notes, and snippets.

@dangalipo
Created March 9, 2012 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dangalipo/2004591 to your computer and use it in GitHub Desktop.
Save dangalipo/2004591 to your computer and use it in GitHub Desktop.
module Apathy
extend ActiveSupport::Concern
def care_factor
0
end
end
class Dan
includes Apathy
HAMMMER = "my penis"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment