60件ヒット
[1-60件を表示]
(0.098秒)
ライブラリ
-
irb
/ input-method (12) -
rdoc
/ code _ object (12) -
rubygems
/ config _ file (12) -
rubygems
/ installer (12) -
rubygems
/ specification (12)
クラス
-
Gem
:: ConfigFile (12) -
Gem
:: Installer (12) -
Gem
:: Specification (12) -
IRB
:: InputMethod (12) -
RDoc
:: CodeObject (12)
キーワード
-
config
_ file _ name (12) -
parent
_ file _ name (12) - shebang (12)
検索結果
先頭5件
-
Gem
:: Specification # file _ name -> String (18203.0) -
生成される Gem パッケージの名前を返します。
生成される Gem パッケージの名前を返します。 -
IRB
:: InputMethod # file _ name -> String (18203.0) -
ファイル名を文字列で返します。
ファイル名を文字列で返します。 -
Gem
:: ConfigFile # config _ file _ name -> String (6203.0) -
設定ファイルの名前を返します。
設定ファイルの名前を返します。 -
RDoc
:: CodeObject # parent _ file _ name -> String (6203.0) -
self.parent のファイル名を返します。
self.parent のファイル名を返します。
@see RDoc::CodeObject#parent -
Gem
:: Installer # shebang(bin _ file _ name) -> String (209.0) -
実行ファイル内で使用する shebang line (#! line) を表す文字列を返します。
...実行ファイル内で使用する shebang line (#! line) を表す文字列を返します。
@param bin_file_name 実行ファイルの名前を指定します。...