Method: ColumnPack::ColumnPacker#render

Defined in:
lib/column_pack/column_packer.rb

#renderObject

Renders all elements into columns.



25
26
27
# File 'lib/column_pack/column_packer.rb', line 25

def render
  wrap(@bin_packer.bins).html_safe
end