It doesn't seem that rubocop is complaining for me

This commit is contained in:
Lin Jen-Shin 2017-08-29 21:11:38 +08:00
parent 110d7fb78c
commit 6d9fb6b0b7
1 changed files with 1 additions and 3 deletions

View File

@ -60,12 +60,10 @@ class Repository
@project = project
end
def equals(other)
def ==(other)
@disk_path == other.disk_path
end
alias_method :==, :equals
def raw_repository
return nil unless full_path