class Marten::Template::Filter::Join

Overview

The "join" filter.

The "join" filter converts an enumerable into a string with elements separated by arg.

Defined in:

marten/template/filter/join.cr

Instance Method Summary

Instance methods inherited from class Marten::Template::Filter::Base

apply(value : Value, arg : Value | Nil = nil) : Value apply

Instance Method Detail

def apply(value : Value, arg : Value | Nil = nil) : Value #

[View source]