Sha256: a26362ebe5b5af61383853bb2f8755105fd497ba48ba32b154b482a71771dcbc
Contents?: true
Size: 220 Bytes
Versions: 5
Compression:
Stored size: 220 Bytes
Contents
covers 'facets/kernel/with' test_case Kernel do method :with do test do with values = [] do self << 'bar' self << 'baz' end values.assert == ['bar', 'baz'] end end end
Version data entries
5 entries across 5 versions & 2 rubygems