Remove unnecessary Jekyll::Tags::IncludeTag#blank? method

This commit is contained in:
Florian Weingarten 2014-07-22 21:06:43 +00:00
parent 863ae5652f
commit 2eb57279fe
1 changed files with 0 additions and 4 deletions

View File

@ -131,10 +131,6 @@ eos
File.exist?(path) && File.realpath(path).start_with?(dir) File.exist?(path) && File.realpath(path).start_with?(dir)
end end
def blank?
false
end
# This method allows to modify the file content by inheriting from the class. # This method allows to modify the file content by inheriting from the class.
def source(file, context) def source(file, context)
File.read(file, file_read_opts(context)) File.read(file, file_read_opts(context))