Flowdock
method

all_specs

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: AvailableSet
all_specs() 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 71
  def all_specs
    @set.map { |t| t.spec }
  end
Register or log in to add new notes.