るりまサーチ

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

別のキーワード

  1. io popen
  2. io pipe
  3. io each_line
  4. io readlines
  5. io each

検索結果

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

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

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

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

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

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

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

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

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

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

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

@see Gem::Specification#full_name...

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

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

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

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

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

@see Gem::Specification#full_name...

Gem::DependencyList#remove_by_name(full_name) -> Gem::Specification (313.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 (301.0)

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

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