Skip to content

Instantly share code, notes, and snippets.

@mcfiredrill
Created July 24, 2013 23:14
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 mcfiredrill/6075501 to your computer and use it in GitHub Desktop.
Save mcfiredrill/6075501 to your computer and use it in GitHub Desktop.
suck at refactoring
class ExtractedClass
def method_extracted_from_giant_class(an_instance_of_giant_class)
end
end
class GiantClass
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment