diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-04 10:47:25 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-04 10:47:25 +0000 |
commit | ed235364f3cc01d7366ff223364f3fd1b8bc209f (patch) | |
tree | 9a1900623f3d7d49241eba60f3f02da297377480 /NEWS | |
parent | aac41d71edcdb6804dec6489207235cc34332e91 (diff) | |
download | ruby-ed235364f3cc01d7366ff223364f3fd1b8bc209f.tar.gz ruby-ed235364f3cc01d7366ff223364f3fd1b8bc209f.tar.xz ruby-ed235364f3cc01d7366ff223364f3fd1b8bc209f.zip |
add Dir.home
update s of new method(s)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -14,7 +14,12 @@ with all sufficient information, see the ChangeLog file. * builtin classes * Array - * Array#sort_by! + * new method: + * Array#sort_by! + + * Dir + * new method: + * Dir.home * IO * IO.pipe can take a block. @@ -69,12 +74,12 @@ with all sufficient information, see the ChangeLog file. * pty - * new methods: + * new method: * PTY.open * openssl - * new methods: + * new method: * Buffering#read_nonblock * socket @@ -118,12 +123,12 @@ with all sufficient information, see the ChangeLog file. string/symbol. * pathname - * new method: + * new methods: * realdirpath * each_child * Readline - * new method: + * new methods: * Readline.set_screen_size * Readline.get_screen_size |