Sha256: 919cc188700252ef6a677e5a16f4c03fd7a4a4a9672585f66b8201ea7a4664a2
Contents?: true
Size: 121 Bytes
Versions: 11
Compression:
Stored size: 121 Bytes
Contents
# bytesize was introduced in 1.8.7+ if RUBY_VERSION <= "1.8.6" class String def bytesize; self.size; end end end
Version data entries
11 entries across 11 versions & 3 rubygems