Class | Liquid::Context |
In: |
lib/liquid/context.rb
|
Parent: | Object |
LITERALS | = | { nil => nil, 'nil' => nil, 'null' => nil, '' => nil, 'true' => true, 'false' => false, 'blank' => :blank?, 'empty' => :empty? |
environments | [R] | |
errors | [R] | |
registers | [R] | |
scopes | [R] |
Adds filters to this context.
Note that this does not register the filters with the main Template object. see Template.register_filter for that