Method: GitStats::GitData::Repo#==

Defined in:
lib/git_stats/git_data/repo.rb

#==(other) ⇒ Object



154
155
156
# File 'lib/git_stats/git_data/repo.rb', line 154

def ==(other)
  path == other.path
end