lib/html2rss/utils.rb in html2rss-0.5.2 vs lib/html2rss/utils.rb in html2rss-0.6.0

- old
+ new

@@ -3,9 +3,11 @@ require 'hashie' require 'json' require 'nokogiri' module Html2rss + ## + # The collecting tank for utility methods. module Utils ## # A Hash with indifferent access, build with {https://github.com/intridea/hashie Hashie}. class IndifferentAccessHash < Hash include Hashie::Extensions::MergeInitializer