class Liquid::Block::Capture

Defined in:

liquid/blocks/capture.cr

Constant Summary

REGEXP = /capture (?<varname>#{VAR})/

Constructors

Instance Method Summary

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

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(content : String) #

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

[View source]

Instance Method Detail

def var_name : String #

[View source]