Skip to content

Commit 1e0da58

Browse files
committed
Make sure the Monitor is require before using it
1 parent 7041187 commit 1e0da58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/concurrent/synchronization/monitor_object.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require 'monitor'
2+
13
module Concurrent
24
module Synchronization
35

0 commit comments

Comments
 (0)