るりまサーチ

最速Rubyリファレンスマニュアル検索!
66件ヒット [1-66件を表示] (0.198秒)
トップページ > クエリ:I[x] > クエリ:IO[x] > クエリ:d[x] > クエリ:generator[x] > クエリ:Options[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each_line
  4. io readlines
  5. io each

検索結果

RDoc::Options (33066.0)

rdoc コマンドのオプションを解析するためのクラスです。

...rdoc コマンドのオプションを解析するためのクラスです。

それぞれのオプションの詳細に関しては、lib:rdoc#usage を参照してくだ
さい。


===[a:custom_options] カスタムオプション

RDoc のジェネレータでは、RDoc::Options をフックし...
...まれていた場合、RDoc はジェネ
レータ独自のオプションを解析するために setup_options メソッドを呼び出し
ます。カスタムオプションを指定する場合は --format オプションは必ず指定
する必要があります。rdoc --help を実行する...
...:

class RDoc::Generator::Spellcheck
RDoc::RDoc.add_generator self

d
ef self.setup_options rdoc_options
op = rdoc_options.option_parser

op.on('--spell-dictionary DICTIONARY',
RDoc::Options::Path) do |dictionary|
# RDoc::Options に spell_dictionary アク...

RDoc::Options#generator -> Generator (30224.0)

コマンドライン引数の --fmt オプションで指定した文字列に応じた Generator を返します。

...コマンドライン引数の --fmt オプションで指定した文字列に応じた
Generator
を返します。

指定しなかった場合は、HTML に対応する Generator を返します。...

RDoc::Options#generator=(val) (18107.0)

コマンドライン引数の --fmt オプションと同様の指定を行います。

...コマンドライン引数の --fmt オプションと同様の指定を行います。

@param val 設定する Generator を指定します。...

RDoc::Generator::Darkfish#initialize(store, options) -> RDoc::Generator::Darkfish (12530.0)

RDoc::Generator::Darkfish オブジェクトを初期化します。

...RDoc::Generator::Darkfish オブジェクトを初期化します。

@param store RDoc::Store オブジェクトを指定します。

@param options RDoc::Options オブジェクトを指定します。...

RDoc::Generator::RI#initialize(store, options) -> RDoc::Generator::RI (12530.0)

RDoc::Generator::RI オブジェクトを初期化します。

...RDoc::Generator::RI オブジェクトを初期化します。

@param store RDoc::Store オブジェクトを指定します。

@param options RDoc::Options オブジェクトを指定します。...

絞り込み条件を変える

RDoc::Generator::JsonIndex.new(parent_generator, options) -> RDoc::Generator::JsonIndex (9649.0)

RDoc::Generator::JsonIndex オブジェクトを初期化します。

...RDoc::Generator::JsonIndex オブジェクトを初期化します。

@param parent_generator 親となるジェネレータオブジェクトを指定します。
RDoc::Generator::JsonIndex#class_dir や
#file_dir を決めるのに使用します...
...他のジェネレータとは異なり、RDoc::Store
オブジェクトではない点に注意してください。

@param options RDoc::Options オブジェクトを指定します。
parent_generator に渡されたものと同じものを指定し...