diff options
Diffstat (limited to 'lib/dsl.rb')
| -rw-r--r-- | lib/dsl.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ module RCM @@objs = {} end + def self.object(id) = @@objs[id] + reset! include Config |
![]() |
index : rcm | |
| Ruby configuration management system (rcm) - KISS and for my personal use. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | lib/dsl.rb | 2 |
@@ -26,6 +26,8 @@ module RCM @@objs = {} end + def self.object(id) = @@objs[id] + reset! include Config |