# File lib/net/ssh/service/process/open.rb, line 106
          def puts( data )
            @channel.send_data data.chomp + "\n"
          end