method
content_length
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
content_length()
public
Hide source
# File lib/webrick/httpresponse.rb, line 65 def content_length if len = self['content-length'] return Integer(len) end end