Sha256: 089333ad9eff730a5a36e0e041795b42d2e7bb59a516acc838aeac0b347a44bd
Contents?: true
Size: 187 Bytes
Versions: 29
Compression:
Stored size: 187 Bytes
Contents
describe "String#downcase" do it "returns a copy of self with all uppercase letters downcased" do "hELLO".downcase.should == "hello" "hello".downcase.should == "hello" end end
Version data entries
29 entries across 29 versions & 1 rubygems