Skip to content

Instantly share code, notes, and snippets.

@bascht
Created April 28, 2015 12:25
Show Gist options
  • Select an option

  • Save bascht/fdeb567226f44567ffd5 to your computer and use it in GitHub Desktop.

Select an option

Save bascht/fdeb567226f44567ffd5 to your computer and use it in GitHub Desktop.
glasses = Exception
def your(what); what end
begin
raise your glasses
rescue glasses => e
puts "You could have recycled this #{e}!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment