diff options
-rw-r--r-- | ext/monitor/lib/monitor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ module MonitorMixin # # Creates a new MonitorMixin::ConditionVariable associated with the - # receiver. # def new_cond return ConditionVariable.new(@mon_data) |