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