Skip to content

Commit

Permalink
remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Sep 12, 2023
1 parent ae8d11b commit b61e150
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/karafka/web/ui/lib/hash_proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ def [](key)
@hash[key]
end

# Assigns a new value to the key
# @param key [Object] hash key for assignment
# @param value [Object] anything we want to assign
def []=(key, value)
@hash[key] = value
end
Expand Down

0 comments on commit b61e150

Please sign in to comment.