Flowdock
method

each_spec

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Specification
each_spec(dirs) public

No documentation

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

Hide source
# File lib/rubygems/specification.rb, line 820
  def self.each_spec(dirs) # :nodoc:
    each_gemspec(dirs) do |path|
      spec = self.load path
      yield spec if spec
    end
  end
Register or log in to add new notes.