diff --git a/lib/jekyll/tags/include.rb b/lib/jekyll/tags/include.rb index 8347aa2d..c062f0e2 100644 --- a/lib/jekyll/tags/include.rb +++ b/lib/jekyll/tags/include.rb @@ -110,7 +110,6 @@ eos end # This method allows to modify the file content by inheriting from the class. - # Don’t refactor it. def source(file) File.read(file) end