method
inherited_hash_reader
v2_2_9 -
Show latest stable
- Class:
RSS::Utils::InheritedReader
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