class

Marten::Template::Condition::Token::End

Inherits Marten::Template::Condition::Token::Base / Reference / Object

An end of expression token.

Instance methods

eval(context : Context) : Marten::Template::Value

Evaluates the token for a given context.

Source
id

Returns the ID of the token.

Source
lbp

Returns the left binding power of the token.

Source
nud(condition : Condition)

Implements the prefix handler and returns a resulting token.

Source