Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@taylorthurlow taylorthurlow released this 18 Feb 19:03
· 4 commits to master since this release
1e58250

Added

  • An ensure_hook method has been added which will run a piece of code after normal interaktor execution, regardless of whether or not the interaktor ran successfully. The method accepts a symbol (corresponding to an instance method name to call), or a block (containing code to run). These hooks, like others, will run in the order in which they are defined. (@nicolas-heinig, #16)