[前][次][番号順一覧][スレッド一覧]

ruby-changes:58721

From: Koichi <ko1@a...>
Date: Tue, 12 Nov 2019 03:19:09 +0900 (JST)
Subject: [ruby-changes:58721] 99be207c2a (master): add a NEWS entry about builtin features.

https://git.ruby-lang.org/ruby.git/commit/?id=99be207c2a

From 99be207c2acabe0030c376fd731608d9cd7c69b6 Mon Sep 17 00:00:00 2001
From: Koichi Sasada <ko1@a...>
Date: Mon, 11 Nov 2019 17:17:26 +0900
Subject: add a NEWS entry about builtin features.


diff --git a/NEWS b/NEWS
index 29b610e..fd17599 100644
--- a/NEWS
+++ b/NEWS
@@ -644,3 +644,7 @@ JIT:: https://github.com/ruby/ruby/blob/trunk/NEWS#L644
   * 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.
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]