summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-02 00:42:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-02 00:42:11 +0900
commit3afae5b572bbf6b066ef90648917cbc5028dd4f6 (patch)
tree4619a4ea1d73432a1bdfe3f4844a78ebaae1f95f /NEWS
parente814d2f84a6f7c83dcfe1133ec96cf981d09e067 (diff)
NEWS: markup class and method names
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index da7ecade1d..0902dbfb85 100644
--- a/NEWS
+++ b/NEWS
@@ -86,7 +86,7 @@ Integer::
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::
* 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::
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::