class Liquid::Increment

Overview

Hello: {% increment variable %}

gives you:

Hello: 0 Hello: 1 Hello: 2

Defined in:

liquid/tags/increment.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]