[rubygems/rubygems] Prevent a "warning: assigned but unused variable - data"
https://github.com/rubygems/rubygems/commit/ec3fd55d40
This commit is contained in:
parent
ab31d2e69f
commit
962f9932af
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user