# File lib/usb.rb, line 347 def description return @description if defined? @description @description = self.device.open {|h| h.get_string_simple(self.iInterface) } end