るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.107秒)
トップページ > バージョン:2.3.0[x] > 種類:インスタンスメソッド[x] > クエリ:find[x] > クエリ:find[x] > クラス:Gem::DependencyList[x]

別のキーワード

  1. matrix find_index
  2. _builtin find_index
  3. pathname find
  4. _builtin find

ライブラリ

検索結果

Gem::DependencyList#find_name(full_name) -> Gem::Specification | nil (36613.0)

自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。

自身に含まれる与えられた名前を持つ Gem::Specification のインスタンスを返します。

見つからなかった場合は nil を返します。

@param full_name バージョンを含むフルネームで Gem の名前を指定します。

@see Gem::Specification#full_name