Method: X::Connection#debug_output

Defined in:
lib/x/connection.rb

#debug_outputIO

The IO object for debug output

Examples:

Get or set the debug output

connection.debug_output = $stderr

Returns:

  • (IO)

    the IO object for debug output



60
61
62
# File 'lib/x/connection.rb', line 60

def debug_output
  @debug_output
end