# File lib/drydock/screen.rb, line 23 def flush @@mutex.synchronize do #return if @@offset == @@output.tell @@output.seek @@offset STDOUT.puts @@output.read unless @@output.eof? @@offset = @@output.tell end end
Generated with the Darkfish Rdoc Generator 2.