method
mon_check_owner
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
mon_check_owner()
private
Hide source
# File lib/monitor.rb, line 244 def mon_check_owner if @mon_owner != Thread.current raise ThreadError, "current thread not owner" end end