# File lib/juicer/install/base.rb, line 37
      def path
        return @path if @path
        @path = "lib/" + self.class.to_s.split("::").pop.sub(/Installer$/, "").underscore
      end