るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.042秒)

別のキーワード

  1. rdoc version
  2. rdoc/context new
  3. rdoc attr_modifiers
  4. rdoc/markdown parse
  5. rdoc class_modifiers

ライブラリ

検索結果

RDoc::Options (19.0)

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

...実行すると追加したオプションの一覧が
確認できます。

例:

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

def self.setup_options rdoc_options
op = rdoc_options.option_parser

op.on('--spell-dictionary DICTIONARY',
RDoc::Opt...
...ions::Path) do |dictionary|
# RDoc::Options に spell_dictionary アクセサの定義が必要
rdoc_options
.spell_dictionary = dictionary
end
end
end...