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

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
parent 8e8e5e770f
commit 2f83f7a7f4
2 changed files with 4 additions and 2 deletions

5
NEWS
View file

@ -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:

View file

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