Class: SilkLayout::Layout::BoxBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/silk_layout/layout/box_builder.rb

Class Method Summary collapse

Class Method Details

.build(dom_root) ⇒ Object



6
7
8
# File 'lib/silk_layout/layout/box_builder.rb', line 6

def self.build(dom_root)
  FormattingBuilder.build(dom_root)
end