Libraries
»
protocol-http
(0.12.0)
»
Index
»
Protocol
»
HTTP
»
Body
»
Wrapper
»
#length
Method: Protocol::HTTP::Body::Wrapper#length
Defined in:
lib/protocol/http/body/wrapper.rb
#
length
⇒
Object
50 51 52
# File 'lib/protocol/http/body/wrapper.rb', line 50
def
length
@body
.
length
end