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