# File lib/sass/importers/filesystem.rb, line 15
      def initialize(root)
        @root = File.expand_path(root)
      end