# File lib/usb.rb, line 80 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