diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-14 23:20:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-14 23:20:28 +0200 |
| commit | ff50b40653aa5dcdd746f465acaf5dd3a9d9b803 (patch) | |
| tree | c745eca0b5f1379bd65cc1964bc65c44a7149eba /lib | |
| parent | 1e3a8819e845c4025cda3e2574ce294e9180907a (diff) | |
add configure_from_scratch
Diffstat (limited to 'lib')
| -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) |
