Sha256: 3431e37f30a6471e9bb234d2ef7e3ac1c6a59b247683a18c7fe6d19dc5909888
Contents?: true
Size: 115 Bytes
Versions: 3
Compression:
Stored size: 115 Bytes
Contents
# frozen_string_literal: true class String def downcase_first self[0] = self[0].downcase self end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
auxilium-3.0.31 | lib/core_ext/string.rb |
auxilium-3.0.30 | lib/core_ext/string.rb |
auxilium-3.0.24 | lib/core_ext/string.rb |