# File lib/net/ssh/service/shell/shell.rb, line 87 def stderr? exists = @stderr.length > 0 unless exists consume_connection exists = @stderr.length > 0 end exists end