Liquid::Increment
Inherits Liquid::Tag / Reference / Object
Hello: {% increment variable %}
gives you:
Hello: 0 Hello: 1 Hello: 2
Constructors
new(tag_name, markup, tokens)
SourceInstance methods
render(context)
SourceInherits Liquid::Tag / Reference / Object
Hello: {% increment variable %}
gives you:
Hello: 0 Hello: 1 Hello: 2