# File lib/webrick/httpresponse.rb, line 72 def content_length=(len) self['content-length'] = len.to_s end