# File lib/compass/installers/manifest.rb, line 143
      def parse(manifest_file)
        with_manifest(manifest_file) do
          open(manifest_file) do |f|
            eval(f.read, instance_binding, manifest_file)
          end
        end
      end