Skip to content

Instantly share code, notes, and snippets.

@fenix011
Created November 18, 2018 17:35
Show Gist options
  • Save fenix011/98fd2dd291889581a8418750c43765f8 to your computer and use it in GitHub Desktop.
Save fenix011/98fd2dd291889581a8418750c43765f8 to your computer and use it in GitHub Desktop.
# from Ruby Koans :
# http://rubykoans.com/
def test_nil_is_an_object
assert_equal __, nil.is_a?(Object), "Unlike NULL in other languages"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment