# File lib/net/ssh/connection/channel.rb, line 301 301: def eof! 302: return if eof? 303: @eof = true 304: connection.send_message(Buffer.from(:byte, CHANNEL_EOF, :long, remote_id)) 305: end