latest_spec_for(name) -> Gem::Specification | nilRuby 3.0 から[permalink][rdoc][edit]-
指定した
nameを持つ gem のうち、インストールされている最新の仕様書を返します。見つからなかった場合は nil を返します。
- [PARAM]
name: - 探す gem の名前を指定します。
[SEE_ALSO] Gem::Specification.latest_specs
- [PARAM]
latest_spec_for(name) -> Gem::Specification | nilRuby 3.0 から[permalink][rdoc][edit]
指定した name を持つ gem のうち、インストールされている最新の仕様書を返します。
見つからなかった場合は nil を返します。
name:[SEE_ALSO] Gem::Specification.latest_specs