Module: Banzai

Defined in:
lib/banzai.rb,
lib/banzai/filter.rb,
lib/banzai/pipeline.rb

Overview

Banzai is a simple toolkit for processing any input using filters. Multiple filters can be combined into a pipeline that will transform input by appliyng filters in chain feeding next one with the output of the previous.

Defined Under Namespace

Classes: Filter, Pipeline