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