246件ヒット
[1-100件を表示]
(0.120秒)
ライブラリ
- ビルトイン (12)
-
rubygems
/ source _ index (24) -
rubygems
/ source _ info _ cache (12) -
rubygems
/ specification (192) -
shell
/ command-processor (6)
クラス
- Encoding (12)
-
Gem
:: SourceIndex (24) -
Gem
:: SourceInfoCache (12) -
Gem
:: Specification (192) -
Shell
:: CommandProcessor (6)
キーワード
-
_ load (12) -
array
_ attribute (12) -
array
_ attributes (12) - attribute (12)
-
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
-
def
_ builtin _ commands (6) -
default
_ internal (12) -
from
_ yaml (12) - list (12)
-
load
_ specification (12) - new (12)
-
normalize
_ yaml _ input (12) -
overwrite
_ accessor (12) -
read
_ only (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12) - search (12)
検索結果
先頭5件
-
Gem
:: Specification . required _ attribute(name , default = nil) -> () (18301.0) -
必須の属性を作成します。
...必須の属性を作成します。
@param name 属性名を指定します。
@param default デフォルト値を指定します。
@see Gem::Specification.attribute... -
Gem
:: Specification . required _ attribute?(name) -> bool (18301.0) -
必須属性であれば真を返します。
...必須属性であれば真を返します。
@param name 属性名を指定します。... -
Gem
:: Specification . required _ attributes -> Array (18301.0) -
必須属性のリストを返します。
必須属性のリストを返します。 -
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (15501.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...名から Ruby スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit gemspec をロ... -
Gem
:: Specification . from _ yaml(input) -> Gem :: Specification (12407.0) -
YAML ファイルから gemspec をロードします。
...イルから gemspec をロードします。
YAML ファイルから Gem::Specification をロードすると、通常の Ruby オブジェクトの
初期化ルーチン (#initialize) を通りません。このメソッドは初期化ルーチンの一部を実行し、
gemspec のバージョ......ンチェックも行います。
@param input 文字列か IO オブジェクトを指定します。... -
Gem
:: Specification . array _ attributes -> Array (12301.0) -
@@array_attributes の複製を返します。
...@@array_attributes の複製を返します。
@see Object#dup... -
Gem
:: Specification . normalize _ yaml _ input(input) -> String (12207.0) -
YAML 形式の gemspec を正しくフォーマットします。
...YAML 形式の gemspec を正しくフォーマットします。
@param input 文字列か IO オブジェクトを指定します。... -
Gem
:: Specification . array _ attribute(name) -> () (12201.0) -
Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
...Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
@param name 属性の名前を指定します。
@see Gem::Specification.attribute... -
Gem
:: Specification . attribute(name) -> () (12201.0) -
デフォルト値を指定したアクセサを定義するために使用します。
...フォルト値を指定したアクセサを定義するために使用します。
以下の副作用があります。
* クラス変数 @@attributes, @@default_value を変更します。
* 通常の属性書き込みメソッドを定義します。
* デフォルト値を持つ属性読...