class HtmlGrid::Div

Public Instance Methods

to_html(context) click to toggle source
Calls superclass method HtmlGrid::Component#to_html
# File lib/htmlgrid/div.rb, line 31
def to_html(context)
  context.div(@attributes) {
    super << dynamic_html(context)
  }
end