struct Liquid::AnyHash

Defined in:

liquid/any.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def []=(key : String, value : String) #

[View source]
def []=(key : String, value : Int64) #

[View source]
def []=(key : String, value : Bool) #

[View source]
def []=(key : String, value : Float64) #

[View source]
def []=(key : String, value : Array) #

[View source]
def []=(key : String, value : Hash) #

[View source]
def raw #

[View source]