Skip to content

Commit 9f5234e

Browse files
committed
Merge pull request #356 from iNecas/fix-missing-monitor
Make sure the Monitor is require before using it
2 parents 7041187 + 1e0da58 commit 9f5234e

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)