Class: PageTemplate::Preprocessor
- Inherits:
-
Object
- Object
- PageTemplate::Preprocessor
- Defined in:
- lib/PageTemplate/parser.rb
Overview
Preprocessor is a parent class for preprocessors. A preprocessor is used to process or otherwise prepare output for printing by Valuecommand
Preprocessors must be objects, that take a string to convert in some form. Typically singletons.