# File lib/aruba/process.rb, line 37 def stdout(keep_ansi) wait_for_io do @out.rewind filter_ansi(@out.read, keep_ansi) end end