# File lib/drydock/screen.rb, line 11 11: def print(*msg) 12: @@mutex.synchronize do 13: @@output.print *msg 14: end 15: end