From b46000f6afc3d9632ad870f85f24cd40990e3de9 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sun, 3 Mar 2013 18:43:54 -0800 Subject: [PATCH] Kill unnecessary return keyword. --- lib/jekyll/draft.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/draft.rb b/lib/jekyll/draft.rb index 32457fac..321a6e58 100644 --- a/lib/jekyll/draft.rb +++ b/lib/jekyll/draft.rb @@ -15,7 +15,7 @@ module Jekyll # Get the full path to the directory containing the draft files def containing_dir(source, dir) - return File.join(source, dir, '_drafts') + File.join(source, dir, '_drafts') end # Extract information from the post filename.