Skip to content

Commit

Permalink
Fix wrong class
Browse files Browse the repository at this point in the history
  • Loading branch information
pitr-ch committed Jun 5, 2021
1 parent f47e300 commit 52c08fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def initialize(*defaults)

def initialize_copy(other)
super
@__Lock__ = ::Mutex.new
@__Lock__ = ::Monitor.new
@__Condition__ = @__Lock__.new_cond
end

Expand Down

0 comments on commit 52c08fc

Please sign in to comment.