Sha256: ddbf94d8c4a0e2e816a5ad028336fcbdc75e296e7f2bafc9b782bd74c72914ab
Contents?: true
Size: 523 Bytes
Versions: 2
Compression:
Stored size: 523 Bytes
Contents
= reportbuilder * http://ruby-statsample.rubyforge.org/reportbuilder == DESCRIPTION: Report Abstract Interface. Creates text, html and pdf output, based on a common framework == FEATURES * One interface, multiple outputs == SYNOPSIS: rb=ReportBuilder.new rb.add("This is a text") table=rb.table(%w{id name}) table.add_row([1,"Nombre"]) table.add_hr rb.add(table) puts rb.to_text puts rb.to_html puts rb.to_pdf == REQUIREMENTS: == INSTALL: sudo gem install reportbuilder == LICENSE: GPL-2
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reportbuilder-0.2.0 | README.txt |
reportbuilder-0.1.0 | README.txt |