Method: Protocol::HTTP::Body::Wrapper#close
- Defined in:
- lib/protocol/http/body/wrapper.rb
#close(error = nil) ⇒ Object
40 41 42 43 44 |
# File 'lib/protocol/http/body/wrapper.rb', line 40 def close(error = nil) @body.close(error) super end |