# File lib/net/ssh/multi/session.rb, line 375 def with(*groups) subsession = Subsession.new(self, servers_for(*groups)) yield subsession if block_given? subsession end