Module: Travis::CLI::Gh::GitHub::AutoAuth

Includes:
Authenticated
Included in:
Cat
Defined in:
lib/travis/cli/gh/github.rb

Instance Method Summary collapse

Methods included from Authenticated

#auth, #plugin_config

Instance Method Details

#ghObject



60
61
62
63
# File 'lib/travis/cli/gh/github.rb', line 60

def gh
  load_gh
  org? ? GH : super
end