NEWS.md: Mention colorize command of un.rb

https://github.com/ruby/un/pull/1
This commit is contained in:
Kazuhiro NISHIYAMA 2021-12-14 09:28:09 +09:00
parent 11b8aaa26a
commit 877160121a
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A
1 changed files with 3 additions and 0 deletions

View File

@ -518,6 +518,9 @@ See [the repository](https://github.com/ruby/error_highlight) in detail.
* `ruby -run -e httpd` displays URLs to access. [[Feature #17847]]
* Add `ruby -run -e colorize` to colorize Ruby code using
`IRB::Color.colorize_code`.
[Bug #4443]: https://bugs.ruby-lang.org/issues/4443
[Feature #6210]: https://bugs.ruby-lang.org/issues/6210
[Feature #11256]: https://bugs.ruby-lang.org/issues/11256