1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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

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