mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 17:43:59 +02:00
merges r29315 from trunk into ruby_1_9_2.
-- Mention the command search path issue on Windows. Pointed out by NAJIMA Hiroki in [ruby-dev:42276]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b1f5ad1c09
commit
921a37a7c4
1 changed files with 11 additions and 1 deletions
12
NEWS
12
NEWS
|
@ -123,7 +123,7 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* Integer#rationalize
|
* Integer#rationalize
|
||||||
|
|
||||||
* Kernel
|
* Kernel
|
||||||
* new method:
|
* new methods:
|
||||||
* Kernel#respond_to_missing?
|
* Kernel#respond_to_missing?
|
||||||
* Kernel#singleton_class
|
* Kernel#singleton_class
|
||||||
* Kernel#require_relative
|
* Kernel#require_relative
|
||||||
|
@ -135,6 +135,16 @@ with all sufficient information, see the ChangeLog file.
|
||||||
* incompatible changes:
|
* incompatible changes:
|
||||||
* Kernel#instance_eval yields the receiver.
|
* Kernel#instance_eval yields the receiver.
|
||||||
|
|
||||||
|
* Kernel#exec
|
||||||
|
* Kernel#spawn
|
||||||
|
* Kernel#system
|
||||||
|
* Kernel#` (`...`)
|
||||||
|
..etc.
|
||||||
|
|
||||||
|
On Windows, the current directory is no longer implicitly
|
||||||
|
prepended to the default command search path, just like other
|
||||||
|
platforms.
|
||||||
|
|
||||||
* MatchData
|
* MatchData
|
||||||
* New method:
|
* New method:
|
||||||
* MatchData#==
|
* MatchData#==
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue