Skip to content

Instantly share code, notes, and snippets.

@baweaver
Created March 19, 2015 20:16
Show Gist options
  • Save baweaver/f3725bbeda7b4735c53f to your computer and use it in GitHub Desktop.
Save baweaver/f3725bbeda7b4735c53f to your computer and use it in GitHub Desktop.
def method
raise 'hell'
rescue
puts 'nope'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment