Skip to content

Instantly share code, notes, and snippets.

@bryanwoods
Created October 14, 2013 18:32
Show Gist options
  • Save bryanwoods/6979939 to your computer and use it in GitHub Desktop.
Save bryanwoods/6979939 to your computer and use it in GitHub Desktop.
def have_fun_refactoring_me
success = true
if giant_chunk_of_code_fails_somewhere?
success = false
end
rescue Exception => e
success
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment