# File lib/monkey/ext/string.rb, line 41
        def cleanpath
          Pathname(self).cleanpath.to_s
        end