# File lib/monkey/ext/string.rb, line 25
        def absolute_path?
          Pathname(self).absolute?
        end