300件ヒット
[1-100件を表示]
(0.066秒)
別のキーワード
ライブラリ
-
rake
/ gempackagetask (12) -
rubygems
/ builder (12) -
rubygems
/ doc _ manager (12) -
rubygems
/ source _ index (24) -
rubygems
/ source _ info _ cache (24) -
rubygems
/ specification (216)
クラス
-
Gem
:: Builder (12) -
Gem
:: DocManager (12) -
Gem
:: SourceIndex (24) -
Gem
:: SourceInfoCache (24) -
Gem
:: Specification (216) -
Rake
:: GemPackageTask (12)
キーワード
-
_ load (12) -
array
_ attribute (12) -
array
_ attributes (12) - attribute (12)
-
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
-
default
_ value (12) -
from
_ yaml (12) - list (12)
- load (12)
-
load
_ specification (12) - new (48)
-
normalize
_ yaml _ input (12) -
overwrite
_ accessor (12) -
read
_ only (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12) - search (12)
-
search
_ with _ source (12)
検索結果
先頭5件
-
Gem
:: SourceIndex . load _ specification(file _ name) -> Gem :: Specification | nil (9336.0) -
与えられたファイル名から Ruby スクリプト形式の gemspec をロードして Gem::Specification のインスタンスを返します。
...y スクリプト形式の gemspec をロードして
Gem::Specification のインスタンスを返します。
@param file_name ファイル名を指定します。
@raise SignalException gemspec をロードしているときに発生します。
@raise SystemExit gemspec をロードしてい... -
Gem
:: Specification . from _ yaml(input) -> Gem :: Specification (6215.0) -
YAML ファイルから gemspec をロードします。
...ァイルから gemspec をロードします。
YAML ファイルから Gem::Specification をロードすると、通常の Ruby オブジェクトの
初期化ルーチン (#initialize) を通りません。このメソッドは初期化ルーチンの一部を実行し、
gemspec のバージ... -
Gem
:: Specification . _ load(str) -> Gem :: Specification (6203.0) -
マーシャルされたデータをロードするためのメソッドです。
マーシャルされたデータをロードするためのメソッドです。
@param str マーシャルされたデータを指定します。 -
Gem
:: Specification . load(filename) -> Gem :: Specification (6203.0) -
gemspec ファイルをロードします。
...
gemspec ファイルをロードします。
@param filename gemspec のファイル名を指定します。
@raise StandardError gemspec ファイル内でこのメソッドを呼んでいる場合に発生します。... -
Gem
:: Specification . array _ attribute(name) -> () (6045.0) -
Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
...
Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
@param name 属性の名前を指定します。
@see Gem::Specification.attribute... -
Gem
:: Specification . list -> Array (6033.0) -
実行中の Ruby のインスタンスで作成された Gem::Specification のインスタンスを返します。
...実行中の Ruby のインスタンスで作成された Gem::Specification のインスタンスを返します。... -
Gem
:: Specification . required _ attribute(name , default = nil) -> () (6013.0) -
必須の属性を作成します。
...必須の属性を作成します。
@param name 属性名を指定します。
@param default デフォルト値を指定します。
@see Gem::Specification.attribute... -
Gem
:: Specification . array _ attributes -> Array (6001.0) -
@@array_attributes の複製を返します。
@@array_attributes の複製を返します。
@see Object#dup -
Gem
:: Specification . attribute(name) -> () (6001.0) -
デフォルト値を指定したアクセサを定義するために使用します。
デフォルト値を指定したアクセサを定義するために使用します。
以下の副作用があります。
* クラス変数 @@attributes, @@default_value を変更します。
* 通常の属性書き込みメソッドを定義します。
* デフォルト値を持つ属性読み取りメソッドのように振る舞うメソッドを定義します。