= private = protected
stdout=(s)
Sets the IO used as stdout. Defaults to STDOUT
# File lib/debug.rb, line 906 def stdout=(s) @stdout = s end