Method: Drydock::Screen#print

Defined in:
lib/drydock/screen.rb


11
12
13
14
15
# File 'lib/drydock/screen.rb', line 11

def print(*msg)
  @@mutex.synchronize do
    @@output.print *msg
  end
end