# File lib/net/ssh/test/script.rb, line 96
96:     def sends_channel_eof(channel)
97:       events << LocalPacket.new(:channel_eof, channel.remote_id)
98:     end