Parent

Methods

SSHKit::Runner::Group

Attributes

group_size[W]

Public Instance Methods

execute() click to toggle source
# File lib/sshkit/runners/group.rb, line 7
def execute
  hosts.each_slice(group_size).collect do |group_hosts|
    Parallel.new(group_hosts, &block).execute
    sleep wait_interval
  end.flatten
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.