るりまサーチ

最速Rubyリファレンスマニュアル検索!
7件ヒット [1-7件を表示] (0.035秒)

別のキーワード

  1. zlib full_flush
  2. rss full_name
  3. entry full_name
  4. task full_comment
  5. rake full_comment

クラス

検索結果

Exception#full_message(highlight: true, order: :bottom) -> String (18122.0)

例外の整形された文字列を返します。

...escue => e
p e.full_message # => "\e[1mTraceback \e[m(most recent call last):\ntest.rb:2:in `<main>': \e[1mtest (\e[4;1mRuntimeError\e[m\e[1m)\n\e[m"
$stderr = $stdout
p e.full_message # => "test.rb:2:in `<main>': test (RuntimeError)\n"
$stderr = STDERR
p e.full_message # => "\e[1mTr...