lib/remote_run/configuration.rb in remote_run-0.1.2 vs lib/remote_run/configuration.rb in remote_run-0.1.3

- old
+ new

@@ -67,15 +67,9 @@ while @hosts.empty? sleep(0.5) end @hosts end - - def start_ssh_master_connections - hosts.each do |host| - host.start_ssh_master_connection - end - end end class TaskManager attr_reader :tasks