update doc (add Pathname#binread)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2009-02-27 19:51:56 +00:00
Родитель 8e8e5e770f
Коммит 2f83f7a7f4
2 изменённых файлов: 4 добавлений и 2 удалений

5
NEWS
Просмотреть файл

@ -139,8 +139,9 @@ with all sufficient information, see the ChangeLog file.
* pathname
* new methods:
* realdirpath
* each_child
* Pathname#binread
* Pathname#realdirpath
* Pathname#each_child
* Readline
* new methods:

Просмотреть файл

@ -167,6 +167,7 @@
# These methods are a facade for IO:
# - #each_line(*args, &block)
# - #read(*args)
# - #binread(*args)
# - #readlines(*args)
# - #sysopen(*args)
#