* doc/NEWS-2.1.0: fix method name
* doc/NEWS-2.2.0: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5bd53c4a2a
commit
564512db58
@ -78,8 +78,8 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* extended methods:
|
* extended methods:
|
||||||
* IO#seek supports SEEK_DATA and SEEK_HOLE as whence.
|
* IO#seek supports SEEK_DATA and SEEK_HOLE as whence.
|
||||||
* IO#seek accepts symbols (:CUR, :END, :SET, :DATA, :HOLE) for 2nd argument.
|
* IO#seek accepts symbols (:CUR, :END, :SET, :DATA, :HOLE) for 2nd argument.
|
||||||
* IO#nonblock_read accepts optional `exception: false` to return symbols
|
* IO#read_nonblock accepts optional `exception: false` to return symbols
|
||||||
* IO#nonblock_write accepts optional `exception: false` to return symbols
|
* IO#write_nonblock accepts optional `exception: false` to return symbols
|
||||||
|
|
||||||
* Kernel
|
* Kernel
|
||||||
* New methods:
|
* New methods:
|
||||||
|
@ -63,7 +63,7 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
|
|
||||||
* IO
|
* IO
|
||||||
* Improvements
|
* Improvements
|
||||||
* IO#nonblock_read and IO#nonblock_write for pipes on Windows are supported.
|
* IO#read_nonblock and IO#write_nonblock for pipes on Windows are supported.
|
||||||
|
|
||||||
* Kernel
|
* Kernel
|
||||||
* New methods:
|
* New methods:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user