class HtmlGrid::Span

Public Instance Methods

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