種類
ライブラリ
- ビルトイン (137)
-
cgi
/ html (24) - drb (72)
- fileutils (439)
-
irb
/ context (36) - mkmf (12)
- optparse (48)
- rake (48)
-
rake
/ testtask (36) -
rubygems
/ commands / which _ command (12) -
rubygems
/ config _ file (36) -
rubygems
/ user _ interaction (72) - shell (102)
-
shell
/ command-processor (30) -
shell
/ filter (30) - tracer (36)
クラス
-
DRb
:: DRbServer (60) -
Gem
:: ConfigFile (36) -
Gem
:: StreamUI (12) -
Gem
:: StreamUI :: VerboseProgressReporter (48) -
IRB
:: Context (36) - Module (12)
- OptionParser (48)
- Proc (14)
-
RDoc
:: Options (24) -
Rake
:: TestTask (24) - Shell (102)
-
Shell
:: CommandProcessor (30) -
Shell
:: Filter (30) - Tracer (36)
モジュール
-
CGI
:: HtmlExtension (24) - DRb (12)
- FileUtils (415)
- Kernel (99)
- Marshal (24)
- RakeFileUtils (36)
キーワード
-
$ -W (12) -
$ -v (12) -
$ -w (12) -
$ VERBOSE (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - FileUtils (12)
-
MAJOR
_ VERSION (12) -
MINOR
_ VERSION (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - RakeFileUtils (12)
- Rubyの起動 (12)
- TestTask (12)
- Verbose (12)
- VerboseProgressReporter (12)
- WhichCommand (12)
- [] (18)
- cd (30)
- chdir (24)
- chmod (12)
-
chmod
_ R (12) - chown (12)
-
chown
_ R (12) - copy (12)
- count (12)
- cp (12)
-
cp
_ lr (7) -
cp
_ r (12) -
deprecate
_ constant (12) - done (12)
- expect (12)
- foreach (18)
- help (12)
- html (24)
- install (12)
-
install
_ system _ commands (6) - irb (12)
-
irb
/ ext / tracer (12) - lambda (13)
- link (12)
- ln (12)
-
ln
_ s (12) -
ln
_ sf (12) - makedirs (12)
- mkdir (30)
-
mkdir
_ p (12) - mkpath (12)
- move (12)
- mv (12)
- new (38)
- popd (6)
- popdir (6)
- proc (14)
-
progress
_ reporter (12) - pushd (6)
- pushdir (6)
- rake (12)
- rdoc (12)
-
really
_ verbose (12) - remove (12)
- rm (12)
-
rm
_ f (12) -
rm
_ r (12) -
rm
_ rf (12) - rmdir (12)
- rmtree (12)
-
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) - rubygems (12)
-
rubygems
/ commands / build _ command (12) -
rubygems
/ commands / cert _ command (12) -
rubygems
/ commands / check _ command (12) -
rubygems
/ commands / cleanup _ command (12) -
rubygems
/ commands / contents _ command (12) -
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / environment _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / help _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / rdoc _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / sources _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) -
safe
_ unlink (12) -
start
_ service (12) - symlink (12)
- system (18)
- test (18)
-
test
/ unit (1) -
to
_ s (12) - touch (12)
- updated (12)
- verbose= (84)
- verbose? (36)
-
verbose
_ flag (12) -
verbose
_ flag= (12) - verbosity (12)
- warn (24)
-
warning
_ unless _ e _ option (12)
検索結果
先頭5件
-
DRb
:: DRbServer # verbose -> bool (18123.0) -
サーバが verbose mode ならば真を返します。
...サーバが verbose mode ならば真を返します。
@see DRb::DRbObject#verbose=... -
DRb
:: DRbServer . verbose -> bool (18123.0) -
サーバ起動時の :verbose オプションのデフォルト値を返します。
...サーバ起動時の :verbose オプションのデフォルト値を返します。
@see DRb::DRbServer.new, DRb.#start_service,
DRb::DRbServer.verbose=... -
IRB
:: Context # verbose -> bool | nil (18119.0) -
標準出力に詳細なメッセージを出力するように設定されているかどうかを返し ます。
...::Context#verbose? とは別のメソッドである事に注意してください。
@return 詳細なメッセージを出力するように設定されている場合は true を返
します。そうでない場合は false か nil を返します。
@see IRB::Context#verbose?, IRB::Co... -
RakeFileUtils
# verbose(value = nil) { . . . } (18119.0) -
詳細を出力するかどうかを制御します。
...ます。
@param value 真を指定すると詳細を出力します。
例
verbose # 現在の状態を返します。
verbose(v) # 与えられた状態に変更します。
verbose(v) { code } # ブロックを評価する間だけ与えられた状態に変... -
Gem
:: ConfigFile # verbose -> bool | Symbol (18107.0) -
ログの出力レベルを返します。
...ログの出力レベルを返します。
@see Gem::ConfigFile#verbose=... -
Shell
# verbose -> bool (18102.0) -
@todo
@todo -
Shell
. verbose -> bool (18102.0) -
@todo
@todo -
Tracer
. verbose -> bool (18102.0) -
真ならばトレース出力の開始や終了を知らせます。
真ならばトレース出力の開始や終了を知らせます。 -
Rake
:: TestTask # verbose -> bool (18101.0) -
この値が真である場合、テストの実行結果を詳細に表示します。
この値が真である場合、テストの実行結果を詳細に表示します。 -
Gem
:: ConfigFile # verbose=(verbose _ level) (6208.0) -
ログの出力レベルをセットします。
...セットします。
以下の出力レベルを設定することができます。
: false
何も出力しません。
: true
通常のログを出力します。
: :loud
より多くのログを出力します。
@param verbose_level 真偽値またはシンボルを指定します。...