module CodeRay::Encoders::HTML::Output

This module is included in the output String of the HTML Encoder.

It provides methods like wrap, div, page etc.

Remember to use clone instead of dup to keep the modules the object was extended with.

TODO: Rewrite this without monkey patching.