class Marten::Template::Variable

Overview

A template variable.

A template variable's value access such as "foo.bar". It can also correspond to a literal value such as '42' or '"hello"'.

Defined in:

marten/template/variable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : String) #

[View source]

Instance Method Detail

def resolve(context : Context) #

[View source]