Method: Warg::HostCollection#upload

Defined in:
lib/warg.rb

#upload(file, to:) ⇒ Object



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