# File lib/ruport/formatter/html.rb, line 88 def build_grouping_body case options.style when :inline render_inline_grouping(options) when :justified render_justified_grouping end end