diff options
| author | Paul Buetow <paul@buetow.org> | 2025-02-26 12:34:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-02-26 12:34:48 +0200 |
| commit | 90daa76feb3d3fd79992b97029cb526da0e6c417 (patch) | |
| tree | e9026f396f65fb550559a486b3ea2192ab81fca4 /lib/dslkeywords | |
| parent | 3873052dab866b8251f217c69a2ce0a9beb74c1f (diff) | |
already done
Diffstat (limited to 'lib/dslkeywords')
| -rw-r--r-- | lib/dslkeywords/resource.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/dslkeywords/resource.rb b/lib/dslkeywords/resource.rb index beac3e4..c48398b 100644 --- a/lib/dslkeywords/resource.rb +++ b/lib/dslkeywords/resource.rb @@ -83,9 +83,6 @@ module RCM include ResourceDependencies class NoSuchResourceObject < StandardError; end - - # TODO: Detect duplicate resource definition - @@resource_find_cache = {} def self.find(id) |
