Remove unnecessary Jekyll::Tags::IncludeTag#blank? method
This commit is contained in:
parent
863ae5652f
commit
2eb57279fe
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue