種類
- インスタンスメソッド (840)
- 定数 (24)
- クラス (12)
- ライブラリ (12)
ライブラリ
クラス
-
RDoc
:: Options (864)
キーワード
- DEPRECATED (12)
- Options (12)
- SPECIAL (12)
-
all
_ one _ file (12) - charset (12)
-
coverage
_ report (12) -
coverage
_ report= (12) - css (12)
- diagram (12)
-
dry
_ run (12) -
dry
_ run= (12) - encoding (12)
- encoding= (12)
- exclude (12)
- exclude= (12)
-
extra
_ accessor _ flags (12) -
extra
_ accessors (12) - fileboxes (12)
- files (12)
-
finish
_ page _ dir (12) -
force
_ output (12) -
force
_ output= (12) -
force
_ update (12) - formatter (12)
- formatter= (12)
- generator (12)
- generator= (12)
-
hyperlink
_ all (12) -
hyperlink
_ all= (12) -
image
_ format (12) -
include
_ line _ numbers (12) -
inline
_ source (12) -
line
_ numbers (12) -
line
_ numbers= (12) -
main
_ page (12) -
main
_ page= (12) - markup (12)
- markup= (12)
- merge (12)
-
op
_ dir (12) -
op
_ dir= (12) -
op
_ name (12) -
option
_ parser (12) -
option
_ parser= (12) -
page
_ dir (12) -
page
_ dir= (12) - parse (12)
- pipe (12)
- pipe= (12)
- promiscuous (12)
- quiet (12)
-
rdoc
_ include (12) - root (12)
- root= (12)
-
sanitize
_ path (12) -
show
_ all (12) -
show
_ all= (12) -
show
_ hash (12) -
static
_ path (12) -
static
_ path= (12) -
tab
_ width (12) - template (12)
-
template
_ dir (12) -
template
_ dir= (12) - title (12)
- title= (12)
- verbosity (12)
- verbosity= (12)
- visibility (12)
- visibility= (12)
- warn (12)
- webcvs (12)
検索結果
先頭5件
-
rdoc
/ options (44000.0) -
rdoc コマンドのオプションを解析するためのサブライブラリです。
rdoc コマンドのオプションを解析するためのサブライブラリです。 -
RDoc
:: Options # include _ line _ numbers -> bool (17200.0) -
コマンドライン引数の --include-line-numbers を指定していた場合に true を返します。そうでない場合は false を返します。
...コマンドライン引数の --include-line-numbers を指定していた場合に true
を返します。そうでない場合は false を返します。... -
RDoc
:: Options # inline _ source -> bool (17200.0) -
コマンドライン引数の --inline-source オプションか --one-file を指定して いた場合、もしくは --fmt オプションに xml 指定した場合に true を返しま す。そうでない場合は false を返します。
...コマンドライン引数の --inline-source オプションか --one-file を指定して
いた場合、もしくは --fmt オプションに xml 指定した場合に true を返しま
す。そうでない場合は false を返します。... -
RDoc
:: Options # option _ parser -> OptionParser | nil (17200.0) -
コマンドライン引数の解析のための OptionParser オブジェクトを返し ます。
...コマンドライン引数の解析のための OptionParser オブジェクトを返し
ます。... -
RDoc
:: Options # option _ parser=(val) (17100.0) -
コマンドライン引数の解析のための OptionParser オブジェクトを設定 します。
...コマンドライン引数の解析のための OptionParser オブジェクトを設定
します。
@param val OptionParser オブジェクトを指定します。... -
RDoc
:: Options # write _ options -> object (17100.0) -
カレントディレクトリの .rdoc_options ファイルに指定した設定を YAML 形式 で保存します。
...カレントディレクトリの .rdoc_options ファイルに指定した設定を YAML 形式
で保存します。... -
RDoc
:: Options # encoding -> Encoding (14200.0) -
コマンドライン引数の --encoding オプションを指定していた場合、指定した エンコーディングに対応する Encoding オブジェクトを返します。
...コマンドライン引数の --encoding オプションを指定していた場合、指定した
エンコーディングに対応する Encoding オブジェクトを返します。
指定しなかった場合は Encoding.default_external の値を返します。... -
RDoc
:: Options # main _ page -> String | nil (14200.0) -
コマンドライン引数の --main オプションで指定したファイル名、クラス/モ ジュール名を返します。
...コマンドライン引数の --main オプションで指定したファイル名、クラス/モ
ジュール名を返します。
指定しなかった場合は nil を返します。... -
RDoc
:: Options # rdoc _ include -> [String] (14200.0) -
コマンドライン引数の --include オプションで指定したディレクトリを文字列 の配列で返します。
...コマンドライン引数の --include オプションで指定したディレクトリを文字列
の配列で返します。
指定しなかった場合は ['.'] を返します。...