repo.or.cz
/
ruby.git
/
commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
ab31d2e
)
[rubygems/rubygems] Prevent a "warning: assigned but unused variable - data"
author
Yusuke Endoh
<
[email protected]
>
Fri, 30 Sep 2022 01:53:22 +0000
(30 10:53 +0900)
committer
git
<
[email protected]
>
Fri, 30 Sep 2022 06:50:46 +0000
(30 15:50 +0900)
https://github.com/rubygems/rubygems/commit/
ec3fd55d40
test/rubygems/utilities.rb
patch
|
blob
|
blame
|
history
diff --git
a/test/rubygems/utilities.rb
b/test/rubygems/utilities.rb
index
a4f6a71
..
8b9fa98
100644
(file)
--- a/
test/rubygems/utilities.rb
+++ b/
test/rubygems/utilities.rb
@@
-93,7
+93,7
@@
class Gem::FakeFetcher
# Thanks, FakeWeb!
def open_uri_or_path(path)
-
data =
find_data(path)
+ find_data(path)
create_response(uri)
end