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