Flowdock
method

remote_specs

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: DependencyCommand
remote_specs(dependency) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/dependency_command.rb, line 166
  def remote_specs(dependency) # :nodoc:
    fetcher = Gem::SpecFetcher.fetcher

    ss, _ = fetcher.spec_for_dependency dependency

    ss.map { |s,o| s }
  end
Register or log in to add new notes.