Method: DEBUGGER__.stdout=

Defined in:
lib/debug.rb

.stdout=(s) ⇒ Object

Sets the IO used as stdout. Defaults to STDOUT



902
903
904
# File 'lib/debug.rb', line 902

def stdout=(s)
  @stdout = s
end