diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-18 12:26:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-18 12:26:34 +0200 |
| commit | deda72cb08e1177b15a5506c20fa75edeb876eb6 (patch) | |
| tree | 75ff4767bd096bfc21a065adc5bd1269a47809ff /lib/dslkeywords/keyword.rb | |
| parent | 703fd14764974ba1513c987dcb461e4a23d633e1 (diff) | |
| parent | 614a3b5062d3a37d7f1eb59ad47e4ec5d791edc6 (diff) | |
Merge branch 'main' of codeberg.org:snonux/rcm
Diffstat (limited to 'lib/dslkeywords/keyword.rb')
| -rw-r--r-- | lib/dslkeywords/keyword.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dslkeywords/keyword.rb b/lib/dslkeywords/keyword.rb index 2696e41..2dfff91 100644 --- a/lib/dslkeywords/keyword.rb +++ b/lib/dslkeywords/keyword.rb @@ -9,7 +9,7 @@ module RCM include Options include Log - def initialize(name) = @id = "#{self.class.to_s.sub('RCM::', '').downcase}['#{name}']" + def initialize(name) = @id = "#{self.class.to_s.sub('RCM::', '').downcase}('#{name}')" def to_s = @id end end |
