Returns - the path to the rom file if available.
Returns:
the path to the rom file if available
44 45 46
# File 'lib/compute_unit/device.rb', line 44 def rom_path @rom_path ||= File.join(device_path, 'rom') end