Module: Travis::CLI::Gh::GitHub::AutoAuth
Instance Method Summary collapse
Methods included from Authenticated
Instance Method Details
#gh ⇒ Object
60 61 62 63 |
# File 'lib/travis/cli/gh/github.rb', line 60 def gh load_gh org? ? GH : super end |