# File lib/pathutil.rb, line 52 def cleanpath(symlink = false) symlink ? conservative_cleanpath : aggressive_cleanpath end