Method: Formatter::HTML#build_group_header
- Defined in:
- app/formatters/html_formatter.rb
#build_group_header ⇒ Object
Renders the header for a group using the group name.
39 40 41 |
# File 'app/formatters/html_formatter.rb', line 39 def build_group_header output << "\t<p>#{safe(data.name)}</p>\n" end |