Created
September 28, 2011 10:20
-
-
Save kiote/1247584 to your computer and use it in GitHub Desktop.
html reporter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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