Google

# File rbot/ircsocket.rb, line 155
    def select(timeout)
      Kernel.select([@sock], nil, nil, timeout)
    end