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