dependent_specs -> [Gem::Specification]Ruby 1.9.3 から[permalink][rdoc][edit]-
例selfの RUNTIME 依存性を満たす仕様書をまとめて返します。spec = Gem::Specification.new { |s| s.name = "rfoo"; s.version = "1.0" } p spec.dependent_specs # => [][SEE_ALSO] Gem::Specification#dependencies, Gem::Specification#runtime_dependencies