12件ヒット
[1-12件を表示]
(0.017秒)
検索結果
先頭1件
-
RDoc
:: Options (20.0) -
rdoc コマンドのオプションを解析するためのクラスです。
...ns rdoc_options
op = rdoc_options.option_parser
op.on('--spell-dictionary DICTIONARY',
RDoc::Options::Path) do |dictionary|
# RDoc::Options に spell_dictionary アクセサの定義が必要
rdoc_options.spell_dictionary = dictionary
end
end
end...