class Crustache::Syntax::Delim

Defined in:

crustache/syntax.cr

Constructors

Instance Method Summary

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

new new

Constructor Detail

def self.new(open_tag : Slice(UInt8), close_tag : Slice(UInt8)) #

[View source]

Instance Method Detail

def close_tag : Slice(UInt8) #

[View source]
def open_tag : Slice(UInt8) #

[View source]
def to_code(io) #

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

[View source]