# File lib/rbot/ircsocket.rb, line 202
    def length
      @rings.inject(0) { |s, r| s + r.size }
    end