Method: HtmlGrid::SimpleLabel#to_html

Defined in:
lib/htmlgrid/label.rb

#to_html(context) ⇒ Object



40
41
42
# File 'lib/htmlgrid/label.rb', line 40

def to_html(context)
	context.label(@attributes) { @value }
end