# File lib/net/ssh/connection/channel.rb, line 302
302:     def eof!
303:       return if eof?
304:       @eof = true
305:     end