Registry / serialization / ruport

ruport

JSON →
library1.8.0rbrubygemsunverified

Ruby Reports is a software library that aims to make the task of reporting less tedious and painful, providing tools for data acquisition, database interaction, formatting, and parsing/munging.

gem install ruport
INSTALL
IMPORT
SIG · RUPORT
R
ruport
serializationrubyv1.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ruport
✓ require 'ruport'

Create a data table and output as CSV

require 'ruport' table = Ruport::Data::Table.new(%w[name age], data: [['Alice', 30], ['Bob', 25]]) puts table.to_csv
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Resources
ruport — gem install ruport · libregistry