Method: HTTP::Response#flush
- Defined in:
- lib/http/response.rb
#flush ⇒ Response
Flushes body and returns self-reference
98 99 100 101 |
# File 'lib/http/response.rb', line 98 def flush body.to_s self end |
Flushes body and returns self-reference
98 99 100 101 |
# File 'lib/http/response.rb', line 98 def flush body.to_s self end |