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