From b962a14b19dff69f54818c3052f536c3aa94a38a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 14 May 2015 20:49:25 +0200 Subject: Put classes into module. --- bin/rss2html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/rss2html b/bin/rss2html index b7be920..294fd1b 100755 --- a/bin/rss2html +++ b/bin/rss2html @@ -30,6 +30,6 @@ feeds = YAML.load(IO.read(config_file)) items = [] feeds.each do |t, f| - feed = Feed.new(t, f) + feed = Rss2Html::Feed.new(t, f) puts feed.render end -- cgit v1.2.3