class ZTK::Report

Report Class

This class contains tools for generating spreadsheet or key-value list styled output. Report methods are currently meant to be interchangeable; that is one should be able to just switch which method they are calling to change the output type.

The idea here is that everything is auto-sized and simply displayed.

@author Zachary Patten <zpatten AT jovelabs DOT io>

Public Class Methods

new(configuration={}) click to toggle source

@param [Hash] configuration Configuration options hash.

Calls superclass method ZTK::Base::new
# File lib/ztk/report.rb, line 30
def initialize(configuration={})
  super(configuration)
end