# File lib/rye/rap.rb, line 69 69: def add_stdout(*args) 70: args = args.flatten.compact 71: args = args.first.split($/) if args.size == 1 72: self << args 73: self.flatten! 74: end