# File lib/pdfkit/pdfkit.rb, line 140 def empty_result?(path, result) (path && File.size(path) == 0) || (path.nil? && result.to_s.strip.empty?) end