Libraries
»
ruby_box
(1.0.0)
»
Index
»
RubyBox
»
ThreadSafety
»
#stderr
Method: RubyBox::ThreadSafety#stderr
Defined in:
lib/ruby_box/thread_safety.rb
#
stderr
⇒
Object
81 82 83
# File 'lib/ruby_box/thread_safety.rb', line 81
def
stderr
synchronize
{
super
}
end