Module: Nitro::BufferHelper
- Included in:
- Render
- Defined in:
- lib/nitro/helper/buffer.rb
Overview
The output buffering mixin. Provides php-style output buffering functionality.
Examples
<?r buf = capture do ?> … <?r end ?> – TODO: use better names but keep the ob_xxx php style methods as aliases. ++