Sha256: 170fbbc5c3c1a6261295dfba500c3194aed671560ab8c0170d27905a2838429a
Contents?: true
Size: 249 Bytes
Versions: 33
Compression:
Stored size: 249 Bytes
Contents
describe "String#lstrip" do it "returns a copy of self with leading whitespace removed" do " hello ".lstrip.should == "hello " " hello world ".lstrip.should == "hello world " "hello".lstrip.should == "hello" end end
Version data entries
33 entries across 33 versions & 1 rubygems