るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.051秒)
トップページ > バージョン:2.2.0[x] > クエリ:IO[x] > クエリ:options[x] > クエリ:force_output[x]

別のキーワード

  1. socket ip_options
  2. getoptlong set_options
  3. fileutils options
  4. optparse options
  5. fileutils options_of

ライブラリ

クラス

検索結果

RDoc::Options#force_output -> bool (72400.0)

コマンドライン引数の --force_output オプションを指定していた場合、true を返します。--no-force_output オプションを指定していた場合、false を返 します。

コマンドライン引数の --force_output オプションを指定していた場合、true
を返します。--no-force_output オプションを指定していた場合、false を返
します。

どちらも指定しなかった場合は true を返します。

RDoc::Options#force_output=(val) (36370.0)

val に true を指定した場合、コマンドライン引数の --force_output オプショ ンと同様の指定を行います。

val に true を指定した場合、コマンドライン引数の --force_output オプショ
ンと同様の指定を行います。

@param val --force_output オプションと同じ指定を行う場合は true、そうで
ない場合は false を指定します。