mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: List Proc#== removal
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ce0ed2e04e
commit
f031aec423
1 changed files with 10 additions and 0 deletions
10
NEWS
10
NEWS
|
@ -124,6 +124,11 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* added method:
|
* added method:
|
||||||
* added nil.to_h which returns {}
|
* added nil.to_h which returns {}
|
||||||
|
|
||||||
|
* Proc
|
||||||
|
* incompatible change:
|
||||||
|
* removed Proc#== so two procs are == only when they are
|
||||||
|
the same object.
|
||||||
|
|
||||||
* Process
|
* Process
|
||||||
* added method:
|
* added method:
|
||||||
* added getsid for getting session id (unix only).
|
* added getsid for getting session id (unix only).
|
||||||
|
@ -423,6 +428,11 @@ with all sufficient information, see the ChangeLog file.
|
||||||
These methods are deprecated in favor of each_line, each_byte,
|
These methods are deprecated in favor of each_line, each_byte,
|
||||||
each_char and each_codepoint.
|
each_char and each_codepoint.
|
||||||
|
|
||||||
|
* Proc#==
|
||||||
|
|
||||||
|
This method was removed. Two procs are == only when they are
|
||||||
|
the same object.
|
||||||
|
|
||||||
* Signal.trap
|
* Signal.trap
|
||||||
|
|
||||||
See above.
|
See above.
|
||||||
|
|
Loading…
Add table
Reference in a new issue