Flowdock
method

source_for

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: AvailableSet
source_for(spec) public

No documentation

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

Hide source
# File lib/rubygems/available_set.rb, line 93
  def source_for(spec)
    f = @set.find { |t| t.spec == spec }
    f.source
  end
Register or log in to add new notes.