We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d0e5b commit 6bcb473Copy full SHA for 6bcb473
lib/error_highlight/core_ext.rb
@@ -37,9 +37,6 @@ def to_s
37
end
38
39
NameError.prepend(CoreExt)
40
-
41
- # The extension for TypeError/ArgumentError is temporarily disabled due to many test failures
42
43
- #TypeError.prepend(CoreExt)
44
- #ArgumentError.prepend(CoreExt)
+ TypeError.prepend(CoreExt)
+ ArgumentError.prepend(CoreExt)
45
0 commit comments