Flowdock
method

find_name

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: DependencyList
find_name(full_name) public

No documentation

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

Hide source
# File lib/rubygems/dependency_list.rb, line 102
  def find_name(full_name)
    @specs.find { |spec| spec.full_name == full_name }
  end
Register or log in to add new notes.