Sha256: e9e23948fc2f60b6b26ab7dad130279713a781971ec75620a946620161b4dd10
Contents?: true
Size: 140 Bytes
Versions: 81
Compression:
Stored size: 140 Bytes
Contents
describe "Enumerable#drop_while" do it "breaks out with the proper value" do [1, 2, 3].drop_while { break 42 }.should == 42 end end
Version data entries
81 entries across 81 versions & 3 rubygems