Method: Trent#github

Defined in:
lib/trent.rb

#githubObject

Get instance of GitHub class to run commands against GitHub



72
73
74
75
# File 'lib/trent.rb', line 72

def github
  Log.fatal('You did not configure GitHub yet.') unless @github
  @github
end