Method: HtmlGrid::LabelText#to_html

Defined in:
lib/htmlgrid/labeltext.rb

#to_html(context) ⇒ Object



31
32
33
# File 'lib/htmlgrid/labeltext.rb', line 31

def to_html(context)
  context.label { super }
end