module RepoMiner

Constants

VERSION

Public Class Methods

analyse(repo_path, branch = 'master', since = nil) click to toggle source
# File lib/repo_miner.rb, line 12
def self.analyse(repo_path, branch = 'master', since = nil)
  Repository.new(repo_path).analyse(branch, since)
end