るりまサーチ

最速Rubyリファレンスマニュアル検索!
1704件ヒット [1-100件を表示] (0.052秒)

別のキーワード

  1. format spec
  2. specfetcher fetch_spec
  3. format spec=
  4. sourceindex spec_dirs
  5. installer spec

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

Gem::Format#spec -> Gem::Specification (18319.0)

Gem の Gem::Specification を返します。

...Gem の Gem::Specification を返します。...

Gem::Installer#spec -> Gem::Specification (18319.0)

インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。

...インストールしようとしている Gem に対応する Gem::Specification のインスタンスを返します。...

Gem::OldFormat#spec -> Gem::Specification (18319.0)

Gem の Gem::Specification を返します。

...Gem の Gem::Specification を返します。...

Gem::Uninstaller#spec -> Gem::Specification (18303.0)

Gem::Uninstaller#uninstall_gem の実行中のみセットされます。

Gem::Uninstaller#uninstall_gem の実行中のみセットされます。

絞り込み条件を変える

Gem::Specification#specification_version=(version) (18214.0)

この Gem パッケージに用いられている gemspec のバージョンをセットします。

...この Gem パッケージに用いられている gemspec のバージョンをセットします。

@param version gemspec のバージョンを指定します。

@see Gem::Specification::SPECIFICATION_VERSION_HISTORY...

Gem::Specification#specification_version -> Integer (18202.0)

この Gem パッケージに用いられている gemspec のバージョンを返します。

...この Gem パッケージに用いられている gemspec のバージョンを返します。...

Gem::SourceIndex#add_spec(gem_spec) -> Gem::Specification (6432.0)

自身に引数で与えられた Gem::Specification のインスタンスを追加します。

...自身に引数で与えられた Gem::Specification のインスタンスを追加します。

@param gem_spec Gem::Specification のインスタンスを指定します。...

Gem::GemPathSearcher#init_gemspecs -> [Gem::Specification] (6318.0)

インストール済みの Gem の Gem::Specification のリストを返します。

...インストール済みの Gem の Gem::Specification のリストを返します。

リストはアルファベット順かつバージョンの新しい順にソートされています。...
<< 1 2 3 ... > >>