# File lib/fakefs/pathname.rb, line 183
      def cleanpath(consider_symlink = false)
        if consider_symlink
          cleanpath_conservative
        else
          cleanpath_aggressive
        end
      end