Don't Step on a Rake, Use Rake::DSL | Super Good Software
https://supergood.software/dont-step-on-a-rake/
DSL is a module that provides task, desc, namespace, etc. Use this when you’d like to use rake outside the top level scope.
DSL is a module that provides task, desc, namespace, etc. Use this when you’d like to use rake outside the top level scope.