Class: Specinfra::Backend::Ssh
- Defined in:
- lib/itamae/ext/specinfra.rb
Instance Method Summary collapse
Instance Method Details
#receive_file(from, to = nil) ⇒ Object
32 33 34 |
# File 'lib/itamae/ext/specinfra.rb', line 32 def receive_file(from, to = nil) scp_download!(from, to) end |