module Lucky::ParamHelpers
Direct including types
Defined in:
lucky/param_helpers.crInstance Method Summary
- 
        #params : Lucky::Params
        
          
Returns cached value
 - 
        #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
 - 
        #params__uncached : Lucky::Params
        
          
Returns uncached value
 
Instance Method Detail
        
        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