Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Try without a set
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Sep 4, 2016
1 parent 56c55d4 commit 5d2c48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timber/current_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def valid_stack

private
def stack
storage[STACK_KEYNAME] ||= Set.new
storage[STACK_KEYNAME] ||= []
end

def storage
Expand Down

0 comments on commit 5d2c48e

Please sign in to comment.