class ActionDispatch::Request

def content_length

Experimental RBS support (using type sampling data from the type_fusion project).

def content_length: () -> Integer

This signature was generated using 3 samples from 1 application.

Returns the content length of the request as an integer.
def content_length
  super.to_i
end