# File lib/usb.rb, line 38 def USB.find_bus(n) bus = USB.first_bus while bus return bus if n == bus.dirname.to_i bus = bus.next end return nil end