Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
7f630d1ec206
Commit
6d9fb6b0
authored
Aug 29, 2017
by
Lin Jen-Shin
Browse files
It doesn't seem that rubocop is complaining for me
parent
966a34d362b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/models/repository.rb
View file @
7f630d1e
...
...
@@ -60,12 +60,10 @@ def initialize(full_path, project, disk_path: nil)
@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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment