Method: ComputeUnit::Device#rom_path

Defined in:
lib/compute_unit/device.rb

#rom_pathString

Returns - the path to the rom file if available.

Returns:

  • (String)
    • 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