種類
ライブラリ
- ビルトイン (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件
-
Gem
:: ConfigFile # verbose=(verbose _ level) (6208.0) -
ログの出力レベルをセットします。
...セットします。
以下の出力レベルを設定することができます。
: false
何も出力しません。
: true
通常のログを出力します。
: :loud
より多くのログを出力します。
@param verbose_level 真偽値またはシンボルを指定します。... -
DRb
:: DRbServer # verbose=(on) (6135.0) -
サーバの verbose mode を真偽値で設定します。
...サーバの verbose mode を真偽値で設定します。
verbose mode が on の場合は失敗したメソッド呼出のログが標準出力に出力
されます。
@param on 真を渡すと verbose mode が on になります
@see DRb::DRbObject#verbose... -
IRB
:: Context # verbose=(val) (6125.0) -
標準出力に詳細なメッセージを出力するかどうかを val に設定します。
...るかどうかを val に設定します。
.irbrc ファイル中で IRB.conf[:VERBOSE] を設定する事でも同様の操作が行え
ます。
false や nil を指定した場合でも、IRB::Context#verbose? が true を
返す場合は詳細なメッセージを出力する事に注意し......てください。
@param val true を指定した場合、詳細なメッセージを出力します。false や
nil を指定した場合、詳細なメッセージを出力しません。
@see IRB::Context#verbose, IRB::Context#verbose?... -
RakeFileUtils
. verbose _ flag=(flag) (6125.0) -
詳細を表示するかどうか設定します。
...ます。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :sample_file_task
file :sample_file_task do |t|
# --verbose で rake を実行する
p RakeFileUtils.verbose_flag # => true
RakeFileUtils.verbose_flag = false
p RakeFileUtils.verbose_flag # => false
end
//}... -
IRB
:: Context # verbose? -> bool | nil (6119.0) -
標準出力に詳細なメッセージを出力するかどうかを返します。
...行っていた場合(IRB::Context#verbose が true か false を返す
場合)は設定した通りに動作します。設定を行っていない場合は、ファイルを指
定して irb を実行した場合などに true を返します。
@see IRB::Context#verbose, IRB::Context#verbose=... -
DRb
:: DRbServer . verbose=(on) (6117.0) -
サーバ起動時の :verbose オプションのデフォルト値を指定します。
...サーバ起動時の :verbose オプションのデフォルト値を指定します。
初期値は false です。
@see DRb::DRbServer.new, DRb.#start_service... -
Gem
:: ConfigFile # really _ verbose -> bool (6117.0) -
このメソッドの返り値が真の場合は verbose モードよりも多くの情報を表示します。
...このメソッドの返り値が真の場合は verbose モードよりも多くの情報を表示します。... -
RakeFileUtils
. verbose _ flag -> bool (6113.0) -
この値が真の場合、詳細を表示します。
...この値が真の場合、詳細を表示します。
//emlist[][ruby]{
# Rakefile での記載例とする
task default: :sample_file_task
file :sample_file_task do |t|
# --verbose で rake を実行する
RakeFileUtils.verbose_flag # => true
end
//}... -
Tracer
. verbose=(flag) (6107.0) -
トレース出力の開始や終了を知らせる文字列("Trace on"または"Trace off")が必要なら真を設定します。
...@param flag トレース出力の開始や終了を知らせる文字列が必要ならtrueを設定します。
require 'tracer'
Tracer.verbose = true
Tracer.on {
puts "Hello"
}
# 出力例
Trace on
#0:t5.rb:7::-: puts "Hello"
#0:t5.rb:7:Kernel:>: puts "Hello"
#0:t5.r...