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