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