mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: markup class and method names
This commit is contained in:
parent
e814d2f84a
commit
3afae5b572
1 changed files with 3 additions and 3 deletions
6
NEWS
6
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::
|
||||
|
|
Loading…
Reference in a new issue