diff options
Diffstat (limited to 'lib/dsl.rb')
| -rw-r--r-- | lib/dsl.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,3 +46,5 @@ def configure(reset: false, &block) rcm.evaluate! if rcm.conds_met end end + +def configure_from_scratch(&block) = configure(reset: true, &block) |
