32 33 34 35 36
# File 'lib/html/table.rb', line 32 def to_html Builder.build(columns) do |cols| tag(:tr, list(:td, cols)) end end