Sha256: 8e7ab357fc71ca0bfdff84d8d69923142fcb1af3c0c68ce988b948cbd81fd011
Contents?: true
Size: 169 Bytes
Versions: 36
Compression:
Stored size: 169 Bytes
Contents
require 'spec_helper' describe Enumerable do it "should get duplications in enumerable" do ["hello", "world", "hello", "java"].dups.should == ["hello"] end end
Version data entries
36 entries across 36 versions & 3 rubygems