# File lib/rouge/util.rb, line 47 def each(&b) return enum_for(:each) unless block_given? parent.each(&b) own_entries.each(&b) end
# File lib/rouge/util.rb, line 54 def own_entries @own_entries ||= [] end
# File lib/rouge/util.rb, line 58 def push(o) own_entries << o end
Generated with the Darkfish Rdoc Generator 2.