method
inherited_array_reader
v1_9_2_180 -
Show latest stable
- Class:
RSS::Utils::InheritedReader
inherited_array_reader(constant_name)public
No documentation available.
# File lib/rss/utils.rb, line 98
def inherited_array_reader(constant_name)
inherited_reader(constant_name) do |result, current|
current + result
end
end