Method: Hoss::Transport::Connection::ProxyPipe::Write.finalize
- Defined in:
- lib/hoss/transport/connection/proxy_pipe.rb
.finalize(io) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
54 55 56 |
# File 'lib/hoss/transport/connection/proxy_pipe.rb', line 54 def self.finalize(io) proc { io.close } end |