# File lib/ramaze/plugin.rb, line 38
    def add_path(path)
      PATH.unshift(File.expand_path(path))
      PATH.uniq!
    end