Method: Lab::Drivers::WorkstationVixrDriver#check_file_exists

Defined in:
lib/lab/driver/workstation_vixr_driver.rb

#check_file_exists(file) ⇒ Object



106
107
108
109
# File 'lib/lab/driver/workstation_vixr_driver.rb', line 106

def check_file_exists(file)
  file = filter_input(file)
  file_exists?(file)
end