Module: Reportabull

Defined in:
lib/reportabull.rb,
lib/reportabull/column.rb,
lib/reportabull/builder.rb,
lib/reportabull/version.rb,
lib/reportabull/csv_builder.rb,
lib/reportabull/report_builder.rb

Defined Under Namespace

Modules: ClassMethods Classes: Builder, Column, CsvBuilder, ReportBuilder

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



10
11
12
# File 'lib/reportabull.rb', line 10

def self.included(base)
  base.extend(ClassMethods)
end