Skip to content

Instantly share code, notes, and snippets.

@Apane
Created November 8, 2013 01:43
Show Gist options
  • Save Apane/0edc310388b5a087b3f1 to your computer and use it in GitHub Desktop.
Save Apane/0edc310388b5a087b3f1 to your computer and use it in GitHub Desktop.
How would you refactor these two methods:
def foo1
some_code
code_specific_to_foo1
some_code_again
end
def foo2
some_code
code_specific_to_foo2
some_code_again
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment