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

ruby-changes:55956

From: Nobuyoshi <ko1@a...>
Date: Sun, 2 Jun 2019 00:44:59 +0900 (JST)
Subject: [ruby-changes:55956] Nobuyoshi Nakada: 3afae5b572 (trunk): NEWS: markup class and method names

https://git.ruby-lang.org/ruby.git/commit/?id=3afae5b572

From 3afae5b572bbf6b066ef90648917cbc5028dd4f6 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Sun, 2 Jun 2019 00:42:11 +0900
Subject: NEWS: markup class and method names


diff --git a/NEWS b/NEWS
index da7ecad..0902dbf 100644
--- a/NEWS
+++ b/NEWS
@@ -86,7 +86,7 @@ Integer:: https://github.com/ruby/ruby/blob/trunk/NEWS#L86
          0b01001100[2...6] #=> 0b0011
              ^^^^
 
-Regexp/String::
+Regexp / String::
 
     * Update Unicode version and Emoji version from 11.0.0 to
       12.0.0.  [Feature #15321]
@@ -117,7 +117,7 @@ Date:: https://github.com/ruby/ruby/blob/trunk/NEWS#L117
   * Date.jisx0301, Date#jisx0301, and Date.parse support the new Japanese
     era.  [Feature #15742]
 
-Delegate::
+Delegator::
 
   * Object#DelegateClass accepts a block and module_evals it in the context
     of the returned class, similar to Class.new and Struct.new.
@@ -128,7 +128,7 @@ ERB:: https://github.com/ruby/ruby/blob/trunk/NEWS#L128
 
 IRB::
 
-  * Introduce syntax highlight inspired by pry.gem to binding.irb source lines,
+  * Introduce syntax highlight inspired by pry.gem to Binding#irb source lines,
     REPL input, and inspect output of some core-class objects.
 
 Net::IMAP::
-- 
cgit v0.10.2


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

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