Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created August 24, 2010 03:52
Show Gist options
  • Save scottharvey/546925 to your computer and use it in GitHub Desktop.
Save scottharvey/546925 to your computer and use it in GitHub Desktop.
def try(method, *args, &block)
send(method, *args, &block)
end
remove_method :try
alias_method :try, :__send__
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment