From 2f83f7a7f466eed59044d2be4898ceb426b7cdb7 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 27 Feb 2009 19:51:56 +0000 Subject: [PATCH] update doc (add Pathname#binread) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++-- lib/pathname.rb | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 252ff4f72e..c518957bee 100644 --- a/NEWS +++ b/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: diff --git a/lib/pathname.rb b/lib/pathname.rb index e58035c2be..8a07d455fd 100644 --- a/lib/pathname.rb +++ b/lib/pathname.rb @@ -167,6 +167,7 @@ # These methods are a facade for IO: # - #each_line(*args, &block) # - #read(*args) +# - #binread(*args) # - #readlines(*args) # - #sysopen(*args) #