Skip to content

Instantly share code, notes, and snippets.

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