зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] util/rubocop -A --only Style/EmptyElse
https://github.com/rubygems/rubygems/commit/04227104ac
This commit is contained in:
Родитель
4ab23df2c4
Коммит
f86296fa0a
|
@ -180,8 +180,6 @@ class Gem::BasicSpecification
|
|||
end
|
||||
end ? fullpath : nil
|
||||
end
|
||||
else
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -56,8 +56,6 @@ class Gem::Source
|
|||
return 1 unless @uri.to_s == other.uri.to_s
|
||||
|
||||
0
|
||||
else
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -70,8 +70,6 @@ class Gem::Source::Git < Gem::Source
|
|||
-1
|
||||
when Gem::Source then
|
||||
1
|
||||
else
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -20,8 +20,6 @@ class Gem::Source::Installed < Gem::Source
|
|||
0
|
||||
when Gem::Source then
|
||||
1
|
||||
else
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -23,8 +23,6 @@ class Gem::Source::Local < Gem::Source
|
|||
0
|
||||
when Gem::Source then
|
||||
1
|
||||
else
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -24,8 +24,6 @@ class Gem::Source::Lock < Gem::Source
|
|||
@wrapped <=> other.wrapped
|
||||
when Gem::Source then
|
||||
1
|
||||
else
|
||||
nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -18,8 +18,6 @@ class Gem::Source::Vendor < Gem::Source::Installed
|
|||
0
|
||||
when Gem::Source then
|
||||
1
|
||||
else
|
||||
nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -270,8 +270,7 @@ class Gem::StreamUI
|
|||
when /^y/i then true
|
||||
when /^n/i then false
|
||||
when /^$/ then default
|
||||
else nil
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
return result
|
||||
|
|
Загрузка…
Ссылка в новой задаче