class Net::SSH::Test::Channel

def sends_request_pty

channel.sends_request_pty

Scripts the sending of a "request pty" request packet across the channel.
def sends_request_pty
  script.sends_channel_request_pty(self)
end