class Liquid::Strainer
- Liquid::Strainer
- Reference
- Object
Overview
Strainer is the parent class for the filters system. New filters are registered with the strainer class which is then instantiated for each liquid template render run.
The Strainer only allows method calls defined in filters given to it via Strainer.global_filter, Context#add_filters or Template.register_filter