class Crustache::Syntax::Partial

Defined in:

crustache/syntax.cr

Constructors

Instance Method Summary

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]