1164件ヒット
[401-500件を表示]
(0.018秒)
クラス
-
Gem
:: Specification (1164)
キーワード
-
_ dump (12) -
add
_ bindir (12) -
add
_ dependency (12) -
add
_ development _ dependency (12) -
add
_ runtime _ dependency (12) -
assign
_ defaults (12) - autorequire (12)
- autorequire= (12)
- bindir (12)
- bindir= (12)
-
cert
_ chain (12) -
cert
_ chain= (12) - date (12)
- date= (12)
-
default
_ executable (12) -
default
_ executable= (12) - dependencies (12)
-
dependent
_ gems (12) - description (12)
- description= (12)
-
development
_ dependencies (12) - email (12)
- email= (12)
- executable (12)
- executable= (12)
- executables (12)
- executables= (12)
- extensions (12)
- extensions= (12)
-
extra
_ rdoc _ files (12) -
extra
_ rdoc _ files= (12) -
file
_ name (12) - files (12)
- files= (12)
-
full
_ gem _ path (12) -
full
_ name (12) -
has
_ rdoc (12) -
has
_ rdoc= (12) -
has
_ rdoc? (12) -
has
_ test _ suite? (12) -
has
_ unit _ tests? (12) - homepage (12)
- homepage= (12)
-
installation
_ path (12) -
lib
_ files (12) - loaded= (12)
- loaded? (12)
-
loaded
_ from (12) -
loaded
_ from= (12) -
mark
_ version (12) - name (12)
- name= (12)
- normalize (12)
-
original
_ name (12) -
original
_ platform (12) -
original
_ platform= (12) - platform (12)
- platform= (12)
-
require
_ path (12) -
require
_ path= (12) -
require
_ paths (12) -
require
_ paths= (12) -
required
_ ruby _ version (12) -
required
_ ruby _ version= (12) -
required
_ rubygems _ version (12) -
required
_ rubygems _ version= (12) - requirements (12)
- requirements= (12)
-
rubygems
_ version (12) -
rubygems
_ version= (12) -
runtime
_ dependencies (12) -
satisfies
_ requirement? (12) -
signing
_ key (12) -
signing
_ key= (12) -
specification
_ version (12) -
specification
_ version= (12) - summary (12)
- summary= (12)
-
test
_ file (12) -
test
_ file= (12) -
test
_ files (12) -
test
_ files= (12) -
test
_ suite _ file (12) -
test
_ suite _ file= (12) -
to
_ ruby (12) - validate (12)
- version (12)
- version= (12)
-
yaml
_ initialize (12)
検索結果
先頭5件
-
Gem
:: Specification # extra _ rdoc _ files -> [String] (3.0) -
RDoc でドキュメントを作成する際に使用する特別なファイルのリストを返します。
RDoc でドキュメントを作成する際に使用する特別なファイルのリストを返します。 -
Gem
:: Specification # extra _ rdoc _ files=(paths) (3.0) -
RDoc でドキュメントを作成する際に使用する特別なファイルのリストをセットします。
RDoc でドキュメントを作成する際に使用する特別なファイルのリストをセットします。
@param paths RDoc でドキュメントを作成する際に使用する特別なファイルのリストを指定します。 -
Gem
:: Specification # file _ name -> String (3.0) -
生成される Gem パッケージの名前を返します。
生成される Gem パッケージの名前を返します。 -
Gem
:: Specification # files -> [String] (3.0) -
この Gem パッケージに含まれるファイル名の配列を返します。
この Gem パッケージに含まれるファイル名の配列を返します。 -
Gem
:: Specification # files=(files) (3.0) -
この Gem パッケージに含まれるファイル名の配列をセットします。
この Gem パッケージに含まれるファイル名の配列をセットします。
@param files この Gem パッケージに含まれるファイル名の配列を指定します。 -
Gem
:: Specification # full _ gem _ path -> String (3.0) -
この Gem パッケージへのフルパスを返します。
この Gem パッケージへのフルパスを返します。 -
Gem
:: Specification # full _ name -> String (3.0) -
この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
この Gem パッケージのバージョンを含む完全な名前 (name-version) を返します。
プラットフォームの情報が指定されている場合は、それも含みます (name-version-platform)。 -
Gem
:: Specification # has _ rdoc -> bool (3.0) -
真の場合は RDoc を生成しせん。偽の場合は RDoc を生成します。
真の場合は RDoc を生成しせん。偽の場合は RDoc を生成します。 -
Gem
:: Specification # has _ rdoc=(flag) (3.0) -
RDoc を生成するかどうかをセットします。デフォルトは偽です。
RDoc を生成するかどうかをセットします。デフォルトは偽です。