class Liquid::Block::Assign

Defined in:

liquid/blocks/assign.cr

Constant Summary

ASSIGN = /^assign (?<varname>#{VAR}) ?= ?(?<value>#{TYPE_OR_VAR})$/

Constructors

Instance Method Summary

Class methods inherited from class Liquid::Block::InlineBlock

type : BlockType type

Instance methods inherited from class Liquid::Block::Node

<<(node : Node) <<, ==(other : self) ==, accept(visitor : Visitor) accept, children : Array(Liquid::Block::Node) children

Constructor methods inherited from class Liquid::Block::Node

new(content : String) new

Constructor Detail

def self.new(varname : String, value : Liquid::Block::Expression) #

[View source]
def self.new(content : String) #

[View source]

Instance Method Detail


[View source]
def varname : String #

[View source]