Liquid::Expression
Inherits Struct / Value / Object
This represent a liquid expression used in under {{ }} or passed to statements like if, case, etc... including
filter and their arguments.
The Expression is reentrant and doesn't store any state besides the compiled expression.
To evaluate a expression call the evaluate method with the desired Context.
Constructors
Instance methods
==(other : self)
Sourceapply_operators(ctx : Context, stack : Stack) : Any
Sourceeval(ctx : Context) : Any
Sourceexpression
Source