るりまサーチ

最速Rubyリファレンスマニュアル検索!
84件ヒット [1-84件を表示] (0.086秒)
トップページ > クエリ:gem[x] > クエリ:Specification[x] > クエリ:full_name[x]

別のキーワード

  1. specification full_name
  2. specification file_name
  3. rubygems/specification full_name
  4. rubygems/specification file_name
  5. specification from_yaml

検索結果

Gem::Specification#full_name -> String (24117.0)

この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。

...この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。

プラットフォームの情報が指定されている場合は、それも含みます (name-version-platform)。...

Gem::SourceIndex#specification(full_name) -> Gem::Specification | nil (9448.0)

指定された名前の Gem::Specification オブジェクトを返します。

...指定された名前の Gem::Specification オブジェクトを返します。

@param full_name Gem のフルネームを指定します。...

Gem::Specification#original_name -> String (6018.0)

このメソッドは後方互換性のために残されています。

...このメソッドは後方互換性のために残されています。

@see Gem::Specification#full_name...

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

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

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

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

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

@see Gem::Specification#full_name...

Gem::DependencyList#remove_by_name(full_name) -> Gem::Specification (3365.0)

与えられた名前を持つ Gem::Specification を自身から削除します。

...た名前を持つ Gem::Specification を自身から削除します。

このメソッドでは削除後の依存関係をチェックしません。

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

@see Gem::Specification#full_name, Array#delete_if...

絞り込み条件を変える

Gem::SourceIndex#remove_spec(full_name) -> Gem::Specification (3319.0)

引数で指定された名前を持つ Gem をインデックスから削除します。

...引数で指定された名前を持つ Gem をインデックスから削除します。...

Gem::DependencyList#ok_to_remove?(full_name) -> bool (3175.0)

与えられた名前を持つ Gem::Specification を自身から削除しても OK な場合は真を返します。 そうでない場合は、偽を返します。

...与えられた名前を持つ Gem::Specification を自身から削除しても OK な場合は真を返します。
そうでない場合は、偽を返します。

与えられた名前を持つ Gem::Specification を自身から削除すると、
依存関係を壊してしまう場合が、...
...それを削除してはいけない場合です。

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

@see Gem::Specification#full_name...