# File lib/net/ssh/test/script.rb, line 131
131:     def gets_channel_close(channel)
132:       events << RemotePacket.new(:channel_close, channel.local_id)
133:     end