Flowdock
method

specs_in

Importance_0
v2_4_6 - 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 391
  def specs_in dir
    Dir["#{dir}/specifications/*.gemspec"].map do |g|
      Gem::Specification.load g
    end
  end
Register or log in to add new notes.