Sha256: 4c89d89ff7197ed6c69c64ac5a6dd06ad142d5c65a8e4c4fde098acbc3a5a48f
Contents?: true
Size: 308 Bytes
Versions: 135
Compression:
Stored size: 308 Bytes
Contents
describe :string_length, :shared => true do it "returns the length of self" do "".send(@method).should == 0 "\x00".send(@method).should == 1 "one".send(@method).should == 3 "two".send(@method).should == 3 "three".send(@method).should == 5 "four".send(@method).should == 4 end end
Version data entries
135 entries across 135 versions & 2 rubygems