class Liquid::For::Drop

Defined in:

liquid/tags/for.cr

Constructors

Instance Method Summary

Instance methods inherited from class Liquid::Drop

[](method_or_key) [], before_method(method) before_method, context : Context context, context=(context : Context) context=, has_key?(name) has_key?, invoke_drop(method_or_key) : Liquid::Type invoke_drop, to_liquid to_liquid

Constructor methods inherited from class Liquid::Drop

new(context : Liquid::Context = Context.new) new

Constructor Detail

def self.new(name : String, length : Int32, index : Int32, context) #

[View source]

Instance Method Detail

def context : Liquid::Context #

[View source]
def context=(context) #

[View source]
def first #

[View source]
def first? #

[View source]
def index #

[View source]
def index0 : Int32 #

[View source]
def last #

[View source]
def last? #

[View source]
def length : Int32 #

[View source]
def length=(length : Int32) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def rindex #

[View source]
def rindex0 #

[View source]