# File lib/rd/list.rb, line 25 def initialize @content = [] end
# File lib/rd/list.rb, line 31 def children @content end