tackle
tackle copied to clipboard
Make it so methods are called the same way externally as within tackle
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)}}"