# File lib/fakefs/pathname.rb, line 57
      def untaint
        super
        @path.untaint
        self
      end