ex_operation icon indicating copy to clipboard operation
ex_operation copied to clipboard

Step functions

Open pyromaniac opened this issue 5 years ago • 1 comments

Hello, starting to look into the package and I think it is great. Thanks for it!

What do you think about the following extension:

step(:foo)

def foo(txn) do

end

So if no callback is passed it will try to use the function with the corresponding name.

What is txn btw? Can't get the abbreviation :(

pyromaniac avatar Feb 17 '19 04:02 pyromaniac