Skip to content

v0.3.8

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Apr 02:23
· 6 commits to main since this release
b84ebcf

Fixed

  • Runners::App#setup and #complete_setup were not being picked up by build_routes because instance_methods(false) only returns methods defined directly on a module, not included ones; explicitly defined both methods on Runners::App to surface them to the route builder