Method: HtmlGrid::CenteredComposite#to_html

Defined in:
lib/htmlgrid/centeredcomposite.rb

#to_html(context) ⇒ Object



37
38
39
40
41
# File 'lib/htmlgrid/centeredcomposite.rb', line 37

def to_html(context)
  context.div(self::class::DIV_ATTRIBUTES) {
    super 
  }
end