mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/error_highlight] Apply ErrorHighlight::CoreExt to TypeError and ArgumentError
https://github.com/ruby/error_highlight/commit/defcaf1beb
This commit is contained in:
parent
17d0e5bee7
commit
6bcb473d9c
1 changed files with 2 additions and 5 deletions
|
@ -37,9 +37,6 @@ module ErrorHighlight
|
|||
end
|
||||
|
||||
NameError.prepend(CoreExt)
|
||||
|
||||
# The extension for TypeError/ArgumentError is temporarily disabled due to many test failures
|
||||
|
||||
#TypeError.prepend(CoreExt)
|
||||
#ArgumentError.prepend(CoreExt)
|
||||
TypeError.prepend(CoreExt)
|
||||
ArgumentError.prepend(CoreExt)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue