method

inherited_array_reader

ruby latest stable - Class: RSS::Utils::InheritedReader
inherited_array_reader(constant_name)
public

No documentation available.

# File lib/rss/utils.rb, line 187
      def inherited_array_reader(constant_name)
        inherited_reader(constant_name) do |result, current|
          current + result
        end
      end