Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
svoop committed Nov 12, 2023
1 parent 026863d commit 93150c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rodbot/memoize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class << self

def included(base)
base.extend(ClassMethods)
@cache = {}
@cache ||= {}
end

%i(suspend revisit).each do |switch|
Expand Down

0 comments on commit 93150c9

Please sign in to comment.