# File lib/compass/installers/manifest_installer.rb, line 37
      def install
        manifest.each do |entry|
          send("install_#{entry.type}", entry.from, entry.to, entry.options)
        end
      end