From a9db5be0cac1e02806b6634831cda958182eaabe Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 21 Jun 2022 20:41:05 +0900 Subject: [PATCH] Added error_highlight entries under the doc directory --- doc/maintainers.rdoc | 4 ++++ doc/standard_library.rdoc | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index ada0fcf325..f4eb841b85 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -119,6 +119,10 @@ Yukihiro Matsumoto (matz) Masatoshi SEKI (seki), Takashi Kokubun (k0kubun) https://github.com/ruby/erb https://rubygems.org/gems/erb +[lib/error_highlight.rb, lib/error_highlight/*] + Yusuke Endoh (mame) + https://github.com/ruby/error_highlight + https://rubygems.org/gems/error_highlight [lib/fileutils.rb] _unmaintained_ https://github.com/ruby/fileutils diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index a92521db16..8965aa92a8 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -36,6 +36,7 @@ DidYouMean:: "Did you mean?" experience in Ruby DRb:: Distributed object system for Ruby English:: Provides references to special global variables with less cryptic names ERB:: An easy to use but powerful templating system for Ruby +ErrorHighlight:: Highlight error location in your code FileUtils:: Several file utility methods for copying, moving, removing, etc Find:: This module supports top-down traversal of a set of file paths Forwardable:: Provides delegation of specified methods to a designated object