mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add Dir.home
update s of new method(s) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5229b7d84
commit
9a7834730d
1 changed files with 10 additions and 5 deletions
15
NEWS
15
NEWS
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue