class HtmlGrid::LabelText

Public Instance Methods

to_html(context) click to toggle source
Calls superclass method
# File lib/htmlgrid/labeltext.rb, line 31
def to_html(context)
  context.label { super }
end