Method: Hoss::Transport::Connection::ProxyPipe::Write#close

Defined in:
lib/hoss/transport/connection/proxy_pipe.rb

#close(reason = nil) ⇒ 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.



65
66
67
68
# File 'lib/hoss/transport/connection/proxy_pipe.rb', line 65

def close(reason = nil)
  debug("Closing writer with reason #{reason}")
  io.close
end