Skip to content

Commit

Permalink
More generic name
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 25, 2023
1 parent 00f2595 commit d8c042d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/flipper/poller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def self.get(key, options = {})
end

def self.reset
instances.each {|_,poller| poller.stop }.clear
instances.each {|_, instance| instance.stop }.clear
end

def initialize(options = {})
Expand Down

0 comments on commit d8c042d

Please sign in to comment.