summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-14 23:20:28 +0200
committerPaul Buetow <paul@buetow.org>2025-02-14 23:20:28 +0200
commitff50b40653aa5dcdd746f465acaf5dd3a9d9b803 (patch)
treec745eca0b5f1379bd65cc1964bc65c44a7149eba /lib
parent1e3a8819e845c4025cda3e2574ce294e9180907a (diff)
add configure_from_scratch
Diffstat (limited to 'lib')
-rw-r--r--lib/dsl.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dsl.rb b/lib/dsl.rb
index 3d0ca30..413a34c 100644
--- a/lib/dsl.rb
+++ b/lib/dsl.rb
@@ -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)