tackle icon indicating copy to clipboard operation
tackle copied to clipboard

Make it so methods are called the same way externally as within tackle

Open robcxyz opened this issue 1 year ago • 0 comments

When calling a method within a tackle file, it should be:

this->: a_hook a_method an_arg 
not this->: a_hook.a_method an_arg 

Should still have dot notation for jinja renders.

this->: "{{a_hook.a_method(an_arg)}}"

robcxyz avatar May 07 '23 16:05 robcxyz