Skip to content

Commit eb7509b

Browse files
author
Bilal Al
committed
setting object to nil instead
1 parent a4d717d commit eb7509b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/splitclient-rb/cache/filter/bloom_filter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def contains?(string)
2727
end
2828

2929
def clear
30-
@ba.delete()
30+
@ba = nil
3131
reset_filter
3232
end
3333

0 commit comments

Comments
 (0)