Skip to content

Instantly share code, notes, and snippets.

@caleywoods
Created January 21, 2011 17:06
Show Gist options
  • Save caleywoods/790001 to your computer and use it in GitHub Desktop.
Save caleywoods/790001 to your computer and use it in GitHub Desktop.
def test_you_dont_get_null_pointer_errors_when_calling_methods_on_nil
begin
nil.some_method_nil_doesnt_know_about
rescue Exception => ex
puts ex.class
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment