class Patron::Session

def enable_debug(file = nil)

Enable debug output to stderr or to specified +file+.
def enable_debug(file = nil)
  set_debug_file(file.to_s)
end