From 2eb57279fe0667a92d30a7112fe5e0c7da2d269e Mon Sep 17 00:00:00 2001 From: Florian Weingarten Date: Tue, 22 Jul 2014 21:06:43 +0000 Subject: [PATCH] Remove unnecessary Jekyll::Tags::IncludeTag#blank? method --- lib/jekyll/tags/include.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/jekyll/tags/include.rb b/lib/jekyll/tags/include.rb index 1d655af2..f8518df5 100644 --- a/lib/jekyll/tags/include.rb +++ b/lib/jekyll/tags/include.rb @@ -131,10 +131,6 @@ eos File.exist?(path) && File.realpath(path).start_with?(dir) end - def blank? - false - end - # This method allows to modify the file content by inheriting from the class. def source(file, context) File.read(file, file_read_opts(context))