module FixedWidthColumns

Constants

FILTERS
TRANSFORMS
VERSION

Public Class Methods

filter(name, proc ;) click to toggle source
# File lib/fixed_width_columns.rb, line 8
def self.filter      name, proc ; FILTERS[name] = proc    ; end
transformer(name, proc ;) click to toggle source
# File lib/fixed_width_columns.rb, line 7
def self.transformer name, proc ; TRANSFORMS[name] = proc ; end