# File lib/net/ssh/test/channel.rb, line 66
66:     def sends_exec(command, reply=true, success=true)
67:       script.sends_channel_request(self, "exec", reply, command, success)
68:     end