# File lib/monkey/ext/string.rb, line 95
        def file_size?
          Pathname(self).size?
        end