# File lib/rack/utils.rb, line 242
242:       def bytesize(string)
243:         string.size
244:       end