Method: Alf::Doc::ToHtml#aggregator

Defined in:
lib/alf/doc/to_html.rb

#aggregator(op) ⇒ Object



20
21
22
# File 'lib/alf/doc/to_html.rb', line 20

def aggregator(op)
  to_html(ToMarkdown.new.aggregator(op))
end