class Crustache::Syntax::Template

Direct Known Subclasses

Defined in:

crustache/syntax.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Crustache::Syntax::Node

new new

Constructor Detail

def self.new(content : Array(Crustache::Syntax::Node) = [] of Node) #

[View source]

Instance Method Detail

def <<(data) #

[View source]
def content : Array(Crustache::Syntax::Node) #

[View source]
def to_code(io) #

[View source]
def visit(v) : Nil #

[View source]