method
    
    inherited_hash_reader
  inherited_hash_reader(constant_name)
  public
  
    Hide source    
    
      
  
# File lib/rss/utils.rb, line 193 def inherited_hash_reader(constant_name) inherited_reader(constant_name) do |result, current| result.merge(current) end end

  