Sha256: a0e1d215f11239c45b4cbf20b4a74511d880c1c210314eb5da123ae1f5e0414f
Contents?: true
Size: 410 Bytes
Versions: 1
Compression:
Stored size: 410 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/nano/array/last_index.rb # # Extracted Fri Oct 28 14:20:18 EDT 2005 # Unit Tools Reap Test Extractor # require 'nano/array/last_index.rb' require 'test/unit' class TCArray < Test::Unit::TestCase def test_last_index assert_equal( [1,2,3,4,5].last_index, 4 ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-0.9.0 | test/lib/nano/array/test_last_index.rb |