Flowdock
method

specs_in

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: RequestSet
specs_in(dir) public

No documentation

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

Hide source
# File lib/rubygems/request_set.rb, line 446
  def specs_in(dir)
    Gem::Util.glob_files_in_dir("*.gemspec", File.join(dir, "specifications")).map do |g|
      Gem::Specification.load g
    end
  end
Register or log in to add new notes.