1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* doc/NEWS-2.1.0: fix method name

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
okkez 2016-08-30 00:34:10 +00:00
parent 3bc4924e78
commit 5bd53c4a2a

View file

@ -78,8 +78,8 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* IO#seek supports SEEK_DATA and SEEK_HOLE as whence.
* IO#seek accepts symbols (:CUR, :END, :SET, :DATA, :HOLE) for 2nd argument.
* IO#read_nonblock accepts optional `exception: false` to return symbols
* IO#write_nonblock accepts optional `exception: false` to return symbols
* IO#nonblock_read accepts optional `exception: false` to return symbols
* IO#nonblock_write accepts optional `exception: false` to return symbols
* Kernel
* New methods: