336件ヒット
[1-100件を表示]
(0.120秒)
ライブラリ
- ビルトイン (12)
-
cgi
/ html (24) - drb (12)
-
irb
/ context (24) - mkmf (12)
- optparse (36)
-
rake
/ testtask (12) -
rubygems
/ config _ file (24) -
rubygems
/ user _ interaction (48) - shell (48)
-
shell
/ command-processor (30) -
shell
/ filter (30)
クラス
-
DRb
:: DRbServer (12) -
Gem
:: ConfigFile (24) -
Gem
:: StreamUI (12) -
Gem
:: StreamUI :: VerboseProgressReporter (36) -
IRB
:: Context (24) - Module (12)
- OptionParser (36)
-
RDoc
:: Options (24) -
Rake
:: TestTask (12) - Shell (48)
-
Shell
:: CommandProcessor (30) -
Shell
:: Filter (30)
モジュール
-
CGI
:: HtmlExtension (24) - Kernel (12)
検索結果
先頭5件
-
DRb
:: DRbServer # verbose -> bool (30324.0) -
サーバが verbose mode ならば真を返します。
...サーバが verbose mode ならば真を返します。
@see DRb::DRbObject#verbose=... -
IRB
:: Context # verbose -> bool | nil (27320.0) -
標準出力に詳細なメッセージを出力するように設定されているかどうかを返し ます。
...IRB::Context#verbose? とは別のメソッドである事に注意してください。
@return 詳細なメッセージを出力するように設定されている場合は true を返
します。そうでない場合は false か nil を返します。
@see IRB::Context#verbose?, IRB......::Context#verbose=... -
Gem
:: ConfigFile # verbose -> bool | Symbol (24308.0) -
ログの出力レベルを返します。
...ログの出力レベルを返します。
@see Gem::ConfigFile#verbose=... -
Shell
# verbose -> bool (24303.0) -
@todo
@todo -
Rake
:: TestTask # verbose -> bool (24302.0) -
この値が真である場合、テストの実行結果を詳細に表示します。
この値が真である場合、テストの実行結果を詳細に表示します。 -
IRB
:: Context # verbose? -> bool | nil (15320.0) -
標準出力に詳細なメッセージを出力するかどうかを返します。
...を出力するかどうかを返します。
@return 詳細なメッセージを出力する場合は true を返します。そうでない場
合は false か nil を返します。
設定を行っていた場合(IRB::Context#verbose が true か false を返す
場合)は設定した......通りに動作します。設定を行っていない場合は、ファイルを指
定して irb を実行した場合などに true を返します。
@see IRB::Context#verbose, IRB::Context#verbose=... -
Gem
:: StreamUI # progress _ reporter(*args) -> SilentProgressReporter | SimpleProgressReporter | VerboseProgressReporter (12601.0) -
処理の進捗を報告するためのオブジェクトを返します。
...ます。
返されるオブジェクトの種類は現在の設定によります。
@param args 返値となるオブジェクトを初期化するための引数です。
@see Gem::StreamUI::SilentProgressReporter, Gem::StreamUI::SimpleProgressReporter, Gem::StreamUI::VerboseProgressReporter... -
Gem
:: ConfigFile # really _ verbose -> bool (12318.0) -
このメソッドの返り値が真の場合は verbose モードよりも多くの情報を表示します。
...このメソッドの返り値が真の場合は verbose モードよりも多くの情報を表示します。... -
Shell
# verbose? -> bool (12303.0) -
@todo
@todo -
Gem
:: StreamUI :: VerboseProgressReporter # count -> Integer (12201.0) -
Gem::StreamUI::VerboseProgressReporter#updated が呼び出された回数を返します。
...Gem::StreamUI::VerboseProgressReporter#updated が呼び出された回数を返します。...