# File lib/rd/list.rb, line 9 def initialize @items = [] end
# File lib/rd/list.rb, line 15 def children @items end