# File lib/rye/rap.rb, line 56 56: def add_stderr(*args) 57: args = args.flatten.compact 58: args = args.first.split($/) if args.size == 1 59: @stderr ||= [] 60: @stderr << args 61: @stderr.flatten! 62: self 63: end