Method: Lab::Drivers::VirtualBoxDriver#check_file_exists
- Defined in:
- lib/lab/driver/virtualbox_driver.rb
#check_file_exists(file) ⇒ Object
120 121 122 123 124 |
# File 'lib/lab/driver/virtualbox_driver.rb', line 120 def check_file_exists(file) file = filter_input(file) raise "Not supported by Virtual Box" end |