class Marten::Template::Filter::Underscore

Overview

The "underscore" filter.

The "underscore" filter allows to convert a string to its underscored version.

Defined in:

marten/template/filter/underscore.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]