Skip to content

Instantly share code, notes, and snippets.

@taylor
Created December 20, 2012 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save taylor/4343267 to your computer and use it in GitHub Desktop.
Save taylor/4343267 to your computer and use it in GitHub Desktop.
Fun unicode (emoji) with exception messages
begin
raise SomeException
rescue
puts "\u{1F631} Something terrible happened! \u{1F631}"
end
@taylor
Copy link
Author

taylor commented Dec 20, 2012

Github will not allow me to post an example of the output... :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment