Flowdock
method

fetch_development_dependencies

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: APISpecification
fetch_development_dependencies() public

No documentation

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

Hide source
# File lib/rubygems/resolver/api_specification.rb, line 38
  def fetch_development_dependencies # :nodoc:
    spec = source.fetch_spec Gem::NameTuple.new @name, @version, @platform

    @dependencies = spec.dependencies
  end
Register or log in to add new notes.