Sha256: 49d2333dcddd7538531032f8013a392df34ab8b5889e113e54a07408c6a6612d
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/nilclass/to_h.rb # # Extracted Fri Feb 16 02:00:37 EST 2007 # Project.rb Test Extraction # require 'facets/core/nilclass/to_h.rb' require 'test/unit' class TCNilClass < Test::Unit::TestCase def test_to_h assert_equal( {}, nil.to_h ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.8.49 | test/lib/facets/core/nilclass/test_to_h.rb |