Method: ResumeHTMLFormatter#process

Defined in:
lib/teuton/report/formatter/resume/html.rb

#process(options = {}) ⇒ Object



15
16
17
18
19
# File 'lib/teuton/report/formatter/resume/html.rb', line 15

def process(options = {})
  build_data(options)
  build_page
  deinit
end