Flowdock
method

specs

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: RequestSet
specs() 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 387
  def specs
    @specs ||= @requests.map { |r| r.full_spec }
  end
Register or log in to add new notes.