From 556d1d13ad6ce056fb52d920e36c08192c7103c5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 16 Feb 2025 23:08:46 +0200 Subject: change foo[...] to foo(...) syntax for deps test deps --- lib/dsl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/dsl.rb') diff --git a/lib/dsl.rb b/lib/dsl.rb index caed790..b9062e5 100644 --- a/lib/dsl.rb +++ b/lib/dsl.rb @@ -25,7 +25,7 @@ module RCM def initialize(reset) DSL.reset! if reset - @id = "dsl[#{@@rcm_counter += 1}]" + @id = "dsl(#{@@rcm_counter += 1})" @conds_met = true @scheduled = [] yield self if block_given? -- cgit v1.2.3