るりまサーチ

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

別のキーワード

  1. rubygems gem
  2. rubygems/gem_openssl ssl_available?
  3. rubygems/gem_openssl ensure_ssl_available
  4. gem directories
  5. gem path

クラス

キーワード

検索結果

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

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

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

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

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

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

Gem::Format#spec=(spec) (12252.0)

Gem の Gem::Specification をセットします。

...
Gem
Gem::Specification をセットします。

@param spec Gem Gem::Specification をセットします。...

Gem::OldFormat#spec=(spec) (12252.0)

Gem の Gem::Specification をセットします。

...
Gem
Gem::Specification をセットします。

@param spec Gem Gem::Specification をセットします。...

Gem::Specification#requirements=(informations) (6116.0)

この Gem パッケージを動作させるのに必要な条件をセットします。 これはユーザのためのシンプルな情報をセットします。

...この Gem パッケージを動作させるのに必要な条件をセットします。
これはユーザのためのシンプルな情報をセットします。

@param informations 情報を文字列の配列で指定します。...

絞り込み条件を変える

Ruby用語集 (288.0)

Ruby用語集 A B C D E F G I J M N O R S Y

...a ya ra wa

=== 記号・数字
: %記法
: % notation
「%」記号で始まる多種多様なリテラル記法の総称。

参照:d:spec/literal#percent

: 0 オリジン
: zero-based
番号が 0 から始まること。

例えば、
Array や Vector、Matrix などの要素...
...y/

: bundled gem
標準添付ライブラリーの gem のうち、アンインストールできるもの。

→ default gem、標準添付ライブラリー

: Bundler
特定の Ruby アプリケーションで使用する gem とそのバージョンを Gemfile
および Gemfile.lock...
...り替えて使うための
ツールの一つ。Linux、macOS などで動作する。

https://github.com/rbenv/rbenv

: RD(Ruby Document format
Ruby スクリプト中に記述することを念頭に作られたドキュメントフォーマット。

: RDoc
Ruby スクリプトか...