lib/koma/backend/ssh.rb in koma-0.6.0 vs lib/koma/backend/ssh.rb in koma-0.7.0
- old
+ new
@@ -1,11 +1,9 @@
require 'parallel'
module Koma
module Backend
class Ssh < Base
- attr_reader :host, :options
-
def gather
if host.include?(',')
list = host.split(',')
results = Parallel.map(list, in_thread: 4) do |h|
gather_via_ssh(h, options)