module Lucky::ParamHelpers

Direct including types

Defined in:

lucky/param_helpers.cr

Instance Method Summary

Instance Method Detail

def params : Lucky::Params #

Returns cached value


[View source]
def params__tuple_cached : Tuple(Lucky::Params) #

Checks the passed arguments against the memoized args and runs the method body if it is the very first call or the arguments do not match


[View source]
def params__uncached : Lucky::Params #

Returns uncached value


[View source]