method
    
    content_length
  content_length()
  public
  
    Hide source    
    
      
  
# File lib/webrick/httpresponse.rb, line 66 def content_length if len = self['content-length'] return Integer(len) end end

  