Method: ComputeUnit::Device.manual_vendor_lookup
- Defined in:
- lib/compute_unit/device.rb
.manual_vendor_lookup(id) ⇒ String
Returns - return the string of the device vendor.
360 361 362 |
# File 'lib/compute_unit/device.rb', line 360 def self.manual_vendor_lookup(id) manual_vendors[id] end |