Sha256: 6f7835b39b1d19d289e73f7bb211708dff04ea53142a661082fb200f139f7569
Contents?: true
Size: 195 Bytes
Versions: 3
Compression:
Stored size: 195 Bytes
Contents
require_relative '../sshkit' module SSHKit module DSL def on(hosts, options={}, &block) ConnectionManager.new(hosts).each(options, &block) end end end include SSHKit::DSL
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sshkit-0.0.3 | lib/sshkit/dsl.rb |
sshkit-0.0.2 | lib/sshkit/dsl.rb |
sshkit-0.0.1 | lib/sshkit/dsl.rb |