るりまサーチ (Ruby 2.1.0)

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

別のキーワード

  1. etc sc_trace_event_filter
  2. ripper parser_event_table
  3. etc sc_trace_event_name_max
  4. ripper scanner_event_table

クラス

検索結果

Tracer::EVENT_SYMBOL (69346.0)

トレース出力のシンボルのハッシュです。 下記のような文字列があります。

...トレース出力のシンボルのハッシュです。
下記のような文字列があります。

EVENT_SYMBOL = {
"line" => "-",
"call" => ">",
"return" => "<",
"class" => "C",
"end" => "E",
"c-call" => ">",
"c-return" => "<",
}

@see Tracer.add_filter...