class Net::SSH::Test::Script

def gets_channel_request(channel, request, reply, data)

called via Net::SSH::Test::Channel#gets_exit_status.
the given Net::SSH::Test::Channel +channel+. This will typically be
Scripts the reception of a channel request packet from the remote host by
def gets_channel_request(channel, request, reply, data)
  events << RemotePacket.new(:channel_request, channel.local_id, request, reply, data)
end