class Liquid::Block::Comment

Defined in:

liquid/blocks/comment.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, 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

def self.new(content : String) #

[View source]

Instance Method Detail

def <<(node : Node) #

[View source]
def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def content #

[View source]