From 5022d1a0df1534b1cbec1cbee23568f201ea1cc6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 9 Jan 2017 16:45:53 -0500 Subject: Implement actual file generation, go through fixing things. --- lib/category.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/category.rb') diff --git a/lib/category.rb b/lib/category.rb index 266da34..b60c82e 100644 --- a/lib/category.rb +++ b/lib/category.rb @@ -15,6 +15,6 @@ class Category return "#{name}" end def atom - return "" + return "" end end -- cgit v1.2.3-2-g168b