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::Partial
Crustache::Syntax::Partial
Crustache::Syntax::Node
Reference
Object
Defined in:
crustache/syntax.cr
Constructors
.new
(indent : String, value : String)
Instance Method Summary
#indent
: String
#to_code
(io)
#value
: String
#visit
(v) : Nil
Constructor methods inherited from class
Crustache::Syntax::Node
new
new
Constructor Detail
def self.
new
(indent : String, value : String)
#
[
View source
]
Instance Method Detail
def
indent
: String
#
[
View source
]
def
to_code
(io)
#
[
View source
]
def
value
: String
#
[
View source
]
def
visit
(v) : Nil
#
[
View source
]