588件ヒット
[1-100件を表示]
(0.019秒)
種類
- インスタンスメソッド (444)
- 特異メソッド (144)
ライブラリ
-
rubygems
/ specification (588)
キーワード
-
_ dump (12) -
_ load (12) -
array
_ attribute (12) -
array
_ attributes (12) - attribute (12)
-
attribute
_ alias _ singular (12) -
attribute
_ defaults (12) -
attribute
_ names (12) - attributes (12)
- autorequire (12)
- bindir (12)
-
default
_ executable (12) - description (12)
- email (12)
- executable (12)
- executables (12)
- extensions (12)
-
extra
_ rdoc _ files (12) -
extra
_ rdoc _ files= (12) -
file
_ name (12) - files (12)
-
full
_ gem _ path (12) -
full
_ name (12) - homepage (12)
-
installation
_ path (12) -
lib
_ files (12) -
loaded
_ from (12) -
mark
_ version (12) - name (12)
- normalize (12)
-
normalize
_ yaml _ input (12) -
original
_ name (12) -
original
_ platform (12) - platform (12)
-
require
_ path (12) -
require
_ paths (12) -
required
_ attribute (12) -
required
_ attribute? (12) -
required
_ attributes (12) -
rubygems
_ version (12) -
signing
_ key (12) - summary (12)
-
test
_ file (12) -
test
_ files (12) -
test
_ suite _ file (12) -
to
_ ruby (12)
検索結果
先頭5件
-
Gem
:: Specification # extra _ rdoc _ files -> [String] (6201.0) -
RDoc でドキュメントを作成する際に使用する特別なファイルのリストを返します。
RDoc でドキュメントを作成する際に使用する特別なファイルのリストを返します。 -
Gem
:: Specification # extra _ rdoc _ files=(paths) (6101.0) -
RDoc でドキュメントを作成する際に使用する特別なファイルのリストをセットします。
RDoc でドキュメントを作成する際に使用する特別なファイルのリストをセットします。
@param paths RDoc でドキュメントを作成する際に使用する特別なファイルのリストを指定します。 -
Gem
:: Specification . array _ attribute(name) -> () (6101.0) -
Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
...
Gem::Specification.attribute と同じですが、値を配列に格納するアクセサを作ります。
@param name 属性の名前を指定します。
@see Gem::Specification.attribute... -
Gem
:: Specification . array _ attributes -> Array (6101.0) -
@@array_attributes の複製を返します。
...@@array_attributes の複製を返します。
@see Object#dup... -
Gem
:: Specification . attribute(name) -> () (6101.0) -
デフォルト値を指定したアクセサを定義するために使用します。
...フォルト値を指定したアクセサを定義するために使用します。
以下の副作用があります。
* クラス変数 @@attributes, @@default_value を変更します。
* 通常の属性書き込みメソッドを定義します。
* デフォルト値を持つ属性読... -
Gem
:: Specification . attribute _ alias _ singular(singular , plural) -> () (6101.0) -
既に存在する複数形の属性の単数形バージョンを定義します。
...それを配列に追加するようなヘルパーメソッドを定義するということです。
例:
# このように定義すると
attribute_alias_singular :require_path, :require_paths
# こう書くかわりに
s.require_paths = ['mylib']
# こう書くことができます... -
Gem
:: Specification . attribute _ defaults -> Array (6101.0) -
@todo
...@todo
@@attributes の複製を返します。... -
Gem
:: Specification . attribute _ names -> Array (6101.0) -
属性名の配列を返します。
属性名の配列を返します。 -
Gem
:: Specification . attributes(*args) -> () (6101.0) -
複数の属性を一度に作成するために使用します。
複数の属性を一度に作成するために使用します。
各属性のデフォルト値は nil になります。
@param args 属性名を一つ以上指定します。