class Liquid::Block::Boolean

Defined in:

liquid/blocks/expression.cr

Constructors

Instance Method Summary

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]

Instance Method Detail

def inner : Bool #

[View source]
def match(str : String) : Regex::MatchData | Nil #

[View source]