Class: SSHKit::Custom::Config::Runner::Sequential
- Defined in:
- lib/sshkit/custom/config/runner/sequential.rb
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
#active_backend, active_backend, active_backend=, #active_backend=, #apply_to_bck, create_runner, #initialize, scope, scope_storage, #send_cmd
Constructor Details
This class inherits a constructor from SSHKit::Custom::Config::Runner::Abstract
Instance Method Details
#apply_block_to_bcks(&block) ⇒ Object
7 8 9 10 11 12 |
# File 'lib/sshkit/custom/config/runner/sequential.rb', line 7 def apply_block_to_bcks(&block) backends.each do |backend| apply_to_bck backend, &block do_wait end end |