Allow access to registry from conditions
This commit is contained in:
@@ -20,6 +20,7 @@ module Producer
|
||||
def [](key)
|
||||
@registry[key]
|
||||
end
|
||||
alias get []
|
||||
|
||||
def []=(key, value)
|
||||
@registry[key] = value
|
||||
|
||||
Reference in New Issue
Block a user