# File lib/ramaze/plugin.rb, line 31
    def add_pool(pool)
      POOL.unshift(pool)
      POOL.uniq!
    end