Method: Lab::Drivers::VmDriver#check_file_exists
- Defined in:
- lib/lab/driver/vm_driver.rb
#check_file_exists(file) ⇒ Object
98 99 100 |
# File 'lib/lab/driver/vm_driver.rb', line 98 def check_file_exists(file) raise "Command not Implemented" end |