mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Added error_highlight entries under the doc directory
This commit is contained in:
parent
441cfa966c
commit
a9db5be0ca
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue