Sha256: 8c3f326dd8b70427194b53d6c0a68caa50936cb0c2cc4fa4848fab0352bd82e7
Contents?: true
Size: 420 Bytes
Versions: 1
Compression:
Stored size: 420 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facets/core/array/last_index.rb # # Extracted Fri Feb 16 02:00:37 EST 2007 # Project.rb Test Extraction # require 'facets/core/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-1.8.49 | test/lib/facets/core/array/test_last_index.rb |