9 10 11 12 13
# File 'lib/htmlgrid/ullist.rb', line 9 def compose(model=@model) @model.each { |item| super(item) } end