method

inherited_hash_reader

inherited_hash_reader(constant_name)
public

No documentation available.

# File lib/rss/utils.rb, line 192
      def inherited_hash_reader(constant_name)
        inherited_reader(constant_name) do |result, current|
          result.merge(current)
        end
      end