class Liquid::Block::Comment
Defined in:
liquid/blocks/comment.crConstructors
Instance Method Summary
- #<<(node : Node)
-
#==(other : self)
Returns
true
if this reference is the same as other. - #content
Instance methods inherited from class Liquid::Block::Node
<<(node : Node)
<<,
==(other : self)
==,
accept(visitor : Visitor)
accept,
children : Array(Liquid::Block::Node)
children,
inspect(io : IO)
inspect,
lstrip=(lstrip : Bool)
lstrip=,
lstrip? : Bool
lstrip?,
rstrip=(rstrip : Bool)
rstrip=,
rstrip? : Bool
rstrip?
Constructor methods inherited from class Liquid::Block::Node
new(content : String)
new
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.