class

Liquid::BoolOperator

Inherits Reference < Object

Constants

AND = BoolProc.new do |l, r| l && r end
OR = BoolProc.new do |l, r| l || r end

Constructors

new(content : String)
Source

Class methods

process(arr : Array(Expression | BoolOperator), data) : Bool
Source

Instance methods

call(left, right)
Source

Nested types