Skip to content

Instantly share code, notes, and snippets.

@kiote
Created September 28, 2011 10:20
Show Gist options
  • Save kiote/1247584 to your computer and use it in GitHub Desktop.
Save kiote/1247584 to your computer and use it in GitHub Desktop.
html reporter
class HtmlReporter
def make_report(data)
make_html_header
make_html_body
make_html_footer
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment