Class: PairingMatrix::GithubCommitReader

Inherits:
CommitReader show all
Defined in:
lib/pairing_matrix/commit_readers/github_commit_reader.rb

Instance Method Summary collapse

Methods inherited from CommitReader

#authors_with_commits

Constructor Details

#initialize(config) ⇒ GithubCommitReader

Returns a new instance of GithubCommitReader.



10
11
12
13
# File 'lib/pairing_matrix/commit_readers/github_commit_reader.rb', line 10

def initialize(config)
  super(config)
  @cache = CommitCache.new
end