# File lib/monkey/ext/string.rb, line 165
        def root?
          Pathname(self).root?
        end