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