Skip to content

Instantly share code, notes, and snippets.

@shellac
Created November 18, 2009 10:59
Show Gist options
  • Save shellac/237745 to your computer and use it in GitHub Desktop.
Save shellac/237745 to your computer and use it in GitHub Desktop.
require 'java'
begin
java.lang.System.out.println(nil)
rescue java.lang.NullPointerException => e
puts "Got you! #{e}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment