A wrapper around an octokit client
Classes: PullRequest
6 7 8
# File 'lib/gitgut/github.rb', line 6 def self.client @client ||= Octokit::Client.new(login: Settings.github.login, password: Settings.github.password) end