class Liquid::Block::Else

Defined in:

liquid/blocks/else.cr

Constructors

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

[View source]
def self.new #

[View source]