Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crustache
v2.4.4
Crustache
Engine
FileSystem
HashFileSystem
ParseError
Syntax
Comment
Delim
Invert
Node
Output
Partial
Raw
Section
Tag
Template
Text
Template
ViewLoader
Mustache
Built with Crystal 1.9.2
2023-10-08 08:08:41 UTC
class
Crustache::Syntax::Delim
Crustache::Syntax::Delim
Crustache::Syntax::Node
Reference
Object
Defined in:
crustache/syntax.cr
Constructors
.new
(open_tag : Slice(UInt8), close_tag : Slice(UInt8))
Instance Method Summary
#close_tag
: Slice(UInt8)
#open_tag
: Slice(UInt8)
#to_code
(io)
#visit
(v) : Nil
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
]