class

Liquid::Block::Assign

Inherits Liquid::Block::InlineBlock / Liquid::Block::Node / Reference / Object

Constants

ASSIGN = /\A(?<varname>#{VAR})\s*=\s*(?<value>.*)/

Constructors

new(varname : String, value : Liquid::Expression)
Source
new(content : String)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

Source
value
Source
varname
Source