# File lib/compass/configuration/adapters.rb, line 38
      def absolute_path?(path)
        # This is only going to work on unix, gonna need a better implementation.
        path.index(File::SEPARATOR) == 0
      end