Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-10-03 17:09:57 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-10-03 17:09:57 +0300
commit4a191c83d1db31aac16241dbf99ac45088efb99a (patch)
treec5035e58f55263a2d59a8b5cb606326056a13a58 /app/models/commit_range.rb
parentdfb9cab828a11cf00522734d11c2472e8b540b5c (diff)
Enable Lint/StringConversionInInterpolation cop and autocorrect offenses
Diffstat (limited to 'app/models/commit_range.rb')
-rw-r--r--app/models/commit_range.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit_range.rb b/app/models/commit_range.rb
index 656a242c265..ac2477fd973 100644
--- a/app/models/commit_range.rb
+++ b/app/models/commit_range.rb
@@ -80,7 +80,7 @@ class CommitRange
end
def inspect
- %(#<#{self.class}:#{object_id} #{to_s}>)
+ %(#<#{self.class}:#{object_id} #{self}>)
end
def to_s