class String

Public Instance Methods

bytesize() click to toggle source
# File lib/em-http/core_ext/bytesize.rb, line 4
def bytesize; self.size; end