Method: Drydock::Screen#print
- Defined in:
- lib/drydock/screen.rb
#print(*msg) ⇒ Object
11 12 13 14 15 |
# File 'lib/drydock/screen.rb', line 11 def print(*msg) @@mutex.synchronize do @@output.print *msg end end |
11 12 13 14 15 |
# File 'lib/drydock/screen.rb', line 11 def print(*msg) @@mutex.synchronize do @@output.print *msg end end |