Method: Lab::Drivers::RemoteEsxiDriver#copy_from
- Defined in:
- lib/lab/driver/remote_esxi_driver.rb
#copy_from(from, to) ⇒ Object
105 106 107 108 109 110 111 |
# File 'lib/lab/driver/remote_esxi_driver.rb', line 105 def copy_from(from, to) if @os == "linux" scp_from(from, to) else raise "Unimplemented" end end |