From 7f62e698376da64c91719317891edaa6d7e3b55d Mon Sep 17 00:00:00 2001 From: Anatol Broder Date: Tue, 17 Sep 2013 20:36:33 +0200 Subject: [PATCH] Remove obvious comment --- lib/jekyll/tags/include.rb | 1 - 1 file changed, 1 deletion(-) 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