class Liquid::Decrement

Overview

Hello: {% decrement variable %}

gives you:

Hello: -1 Hello: -2 Hello: -3

Defined in:

liquid/tags/decrement.cr

Constructors

Instance Method Summary

Instance methods inherited from class Liquid::Tag

name name, nodelist : Array(Liquid::Tag | Liquid::Variable | String) nodelist, nodelist=(nodelist : Array(Liquid::Tag | Liquid::Variable | String)) nodelist=, parse(tokens) parse, render(context) render

Constructor methods inherited from class Liquid::Tag

new(tag_name : String, markup : String, tokens) new

Constructor Detail

def self.new(tag_name, markup, tokens) #

[View source]

Instance Method Detail

def render(context) #

[View source]