1168 1169 1170 1171 1172
# File 'lib/warg.rb', line 1168 def upload(file, to:) each do |host| host.upload(file, to: to) end end