Bug #3634 ยป irb_verbose_debug.diff
| lib/irb/init.rb | ||
|---|---|---|
|
@CONF[:MATH_MODE] = true
|
||
|
when "-d"
|
||
|
$DEBUG = true
|
||
|
$VERBOSE = true
|
||
|
when "-w"
|
||
|
$VERBOSE = true
|
||
|
when /^-W(.+)?/
|
||