# File lib/net/ssh/connection/driver.rb, line 136 def loop( &block ) block ||= proc { not @channel_map.empty? } process while block.call end