るりまサーチ

最速Rubyリファレンスマニュアル検索!
993件ヒット [201-300件を表示] (0.055秒)

別のキーワード

  1. specification name
  2. specification list
  3. specification date
  4. specification load
  5. specification _dump

検索結果

<< < 1 2 3 4 5 ... > >>

Gem::Specification#required_rubygems_version=(requirement) (3013.0)

この Gem パッケージを動作させるのに必要な RubyGems のバージョンをセットします。

...この Gem パッケージを動作させるのに必要な RubyGems のバージョンをセットします。

@
param requirement Gem::Requirement.create が受け付ける形式のオブジェクトを指定します。

@
see Gem::Requirement...

Gem::Specification#satisfies_requirement?(dependency) -> bool (3013.0)

この Gem パッケージが与えられた依存関係を満たすかどうかを返します。

...この Gem パッケージが与えられた依存関係を満たすかどうかを返します。

依存関係を満たす場合は真を返します。そうでない場合は偽を返します。

@
param dependency チェックしたい依存関係を指定します。

@
see Gem::Dependency...

Gem::Specification#_dump -> String (3007.0)

重要なインスタンス変数のみを Marshal.#dump します。

...重要なインスタンス変数のみを Marshal.#dump します。

@
see Marshal.#dump...

Gem::Specification#add_bindir(executables) -> Array | nil (3007.0)

実行コマンドの格納場所を返します。

...実行コマンドの格納場所を返します。

@
param executables 実行コマンド名を格納した配列を指定します。...

Gem::Specification#bindir=(dir) (3007.0)

実行ファイルを格納するディレクトリをセットします。

...実行ファイルを格納するディレクトリをセットします。

@
param dir 実行ファイルを格納するディレクトリを指定します。デフォルトは "bin" です。...

絞り込み条件を変える

Gem::Specification#default_executable=(executable) (3007.0)

Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。

...Gem パッケージ内で gem コマンド経由で実行するファイルをセットします。

@
param executable 実行ファイルを指定します。...

Gem::Specification#dependencies -> Array (3007.0)

依存している Gem のリストを返します。

...依存している Gem のリストを返します。

@
see Gem::Dependency...

Gem::Specification#description=(desc) (3007.0)

Gem パッケージの説明をセットします。

...Gem パッケージの説明をセットします。

@
param desc パッケージの詳細を説明する文章を指定します。...

Gem::Specification#email=(email) (3007.0)

メールアドレスをセットします。

...メールアドレスをセットします。

@
param email メールアドレスを指定します。...
<< < 1 2 3 4 5 ... > >>