class Liquid::Filters::Map

Overview

Takes either an array of hash's or a Hash and attempts to grab the first property value of said hash or the property of all the hashes in the array and returns an array value

Extended Modules

Defined in:

liquid/filters/map.cr

Class Method Summary

Class Method Detail

def self.filter(data : Any, args : Array(Any) | Nil = nil) : Any #

[View source]
def self.responds_to(data, key) #

[View source]