# File lib/cheat.rb, line 94 def has_content(sheet) if sheet.is_a?(String) return (sheet.length > 15) && !sheet[0,14].include?("Error!") end return true end