Created
November 18, 2018 17:35
-
-
Save fenix011/98fd2dd291889581a8418750c43765f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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