Sha256: ed462cc9443cc6393b4416d2145ce12c7a36859f51457445fc91218d321231d0
Contents?: true
Size: 212 Bytes
Versions: 33
Compression:
Stored size: 212 Bytes
Contents
describe "String#strip" do it "returns a new string with leading and trailing whitespace removed" do " hello ".strip.should == "hello" " hello world ".strip.should == "hello world" end end
Version data entries
33 entries across 33 versions & 1 rubygems