72件ヒット
[1-72件を表示]
(0.059秒)
別のキーワード
種類
- インスタンスメソッド (60)
- 文書 (12)
ライブラリ
-
rubygems
/ format (24) -
rubygems
/ old _ format (24) -
rubygems
/ specification (12)
クラス
-
Gem
:: Format (24) -
Gem
:: OldFormat (24) -
Gem
:: Specification (12)
キーワード
- Ruby用語集 (12)
- requirements= (12)
- spec= (24)
検索結果
先頭5件
-
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 スクリプトか...