# File lib/net/ssh/service/process/popen3.rb, line 124 def read if @data.length < 1 @channel.connection.process while @data.length < 1 end data, @data = @data, "" return data end