Sha256: 03175003920da7939732fae9a8119299a633fcb5f0824015b52aaf000c886c29
Contents?: true
Size: 132 Bytes
Versions: 4
Compression:
Stored size: 132 Bytes
Contents
covers 'facets/array/pull' tests Array do unit :pull do a = [1,2,3] a.pull.assert == 1 a.assert == [2,3] end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
facets-2.9.1 | test/core/array/test_pull.rb |
facets-2.9.0 | test/core/array/test_pull.rb |
facets-2.9.0.pre.2 | test/core/array/test_pull.rb |
facets-2.9.0.pre.1 | test/core/array/test_pull.rb |