Object
# File lib/sshkit/runners/abstract.rb, line 9 def initialize(hosts, options = nil, &block) @hosts = Array(hosts) @options = options || {} @block = block end
[Validate]
Generated with the Darkfish Rdoc Generator 2.