Module: Engineyard::Local::Middleware::Helpers::Uploadable
Instance Method Summary collapse
-
#ssh_upload!(env, to, from) ⇒ Object
Depends soley on the commands method.
Instance Method Details
#ssh_upload!(env, to, from) ⇒ Object
Depends soley on the commands method
7 8 9 |
# File 'lib/engineyard-local/middleware/helpers/uploadable.rb', line 7 def ssh_upload!(env, to, from) env[:vm].channel.upload(to, from) end |