summaryrefslogtreecommitdiff
path: root/lib/error_highlight.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-06-28 13:27:35 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-06-29 23:45:49 +0900
commit9438c99590f5476a81cee8b4cf2de25084a40b42 (patch)
treec7416588e060d079a082fb62b3a96e40164e4268 /lib/error_highlight.rb
parente94604966572bb43fc887856d54aa54b8e9f7719 (diff)
Rename error_squiggle to error_highlight
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4586
Diffstat (limited to 'lib/error_highlight.rb')
-rw-r--r--lib/error_highlight.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/error_highlight.rb b/lib/error_highlight.rb
new file mode 100644
index 0000000000..31db95d11b
--- /dev/null
+++ b/lib/error_highlight.rb
@@ -0,0 +1,2 @@
+require_relative "error_highlight/base"
+require_relative "error_highlight/core_ext"