module Hub::GitHubAPI::GistAuth

Public Instance Methods

apply_authentication(req, url) click to toggle source
Calls superclass method
# File lib/hub/github_api.rb, line 383
def apply_authentication(req, url)
  super unless url.host == 'gist.github.com'
end