Sha256: c5a986d9868a2155428ed7e7c2bc05e9c87e17357ebbeb521ff2eb6ad29c38aa
Contents?: true
Size: 168 Bytes
Versions: 4
Compression:
Stored size: 168 Bytes
Contents
covers 'facets/array/indexable' tests Array do unit :last! => "alias of pop" do a = [1,2,3] r = a.last! r.assert == 3 a.assert == [1,2] end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
facets-2.9.1 | test/core/array/test_last.rb |
facets-2.9.0 | test/core/array/test_last.rb |
facets-2.9.0.pre.2 | test/core/array/test_last.rb |
facets-2.9.0.pre.1 | test/core/array/test_last.rb |