# File lib/sshkit/runners/group.rb, line 8
      def initialize(hosts, options = nil, &block)
        super(hosts, options, &block)
        @group_size = @options[:limit] || 2
      end