Module: FixedWidthColumns

Defined in:
lib/fixed_width_columns.rb,
lib/fixed_width_columns/config.rb,
lib/fixed_width_columns/library.rb,
lib/fixed_width_columns/version.rb,
lib/fixed_width_columns/formatter.rb,
lib/fixed_width_columns/preprocessor.rb,
lib/fixed_width_columns/fixed_width_attribute.rb

Defined Under Namespace

Classes: Config, FixedWidthAttribute, Formatter, Library, PreProcessor

Constant Summary collapse

FILTERS =
{ }
TRANSFORMS =
{ }
VERSION =
"0.0.7"

Class Method Summary collapse

Class Method Details

.filter(name, proc) ⇒ Object



8
# File 'lib/fixed_width_columns.rb', line 8

def self.filter      name, proc ; FILTERS[name] = proc    ; end

.transformer(name, proc) ⇒ Object



7
# File 'lib/fixed_width_columns.rb', line 7

def self.transformer name, proc ; TRANSFORMS[name] = proc ; end