Method: Hub::GitHubAPI::Verbose#perform_request

Defined in:
lib/hub/github_api.rb

#perform_requestObject



358
359
360
361
362
# File 'lib/hub/github_api.rb', line 358

def perform_request(*)
  res = super
  dump_response_info(res) if verbose?
  res
end