class Liquid::RegisterCollection

Defined in:

liquid/register_collection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(collection) #

[View source]

Instance Method Detail

def [](key : Symbol) #

[View source]
def []=(key : Symbol, value : Type) #

[View source]
def []?(key : Symbol) #

[View source]
def add(collection) #

[View source]
def has_key?(key : Symbol) : Bool #

[View source]