# File lib/sass/util.rb, line 676
    def pathname(path)
      path = path.tr("/", "\\") if windows?
      Pathname.new(path)
    end