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