diff options
author | Koichi Sasada <ko1@atdot.net> | 2019-11-11 17:17:26 +0900 |
---|---|---|
committer | Koichi Sasada <ko1@atdot.net> | 2019-11-12 03:18:32 +0900 |
commit | 99be207c2acabe0030c376fd731608d9cd7c69b6 (patch) | |
tree | a4f054f6dcc6e28b6a234bc16cb823bcf4518992 | |
parent | c02de30efbca2a2d89cdf188a27991f7ae15b9da (diff) |
add a NEWS entry about builtin features.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -644,3 +644,7 @@ JIT:: * RUBY_REVISION class is changed from Integer to String. * RUBY_DESCRIPTION includes Git revision instead of Subversion's one. + +* Support built-in methods in Ruby with `__builtin_` syntax. [Feature #16254] + Some methods are defined in *.rb (such as trace_point.rb). + For example, it is easy to define a method which accepts keyword arguments. |