mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Remove dead method
https://github.com/rubygems/rubygems/commit/477d5f6f6e
This commit is contained in:
parent
0350c179ea
commit
1d530ae27a
1 changed files with 0 additions and 8 deletions
|
@ -162,14 +162,6 @@ use with other commands.
|
|||
response
|
||||
end
|
||||
|
||||
def remote_specs(dependency) # :nodoc:
|
||||
fetcher = Gem::SpecFetcher.fetcher
|
||||
|
||||
ss, _ = fetcher.spec_for_dependency dependency
|
||||
|
||||
ss.map {|s,o| s }
|
||||
end
|
||||
|
||||
def reverse_dependencies(specs) # :nodoc:
|
||||
reverse = Hash.new {|h, k| h[k] = [] }
|
||||
|
||||
|
|
Loading…
Reference in a new issue