mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS (Kernel#instance_eval): add an incompatible change since
the 1.9.1 release. [ruby-core:31336] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cc6294a73a
commit
4d5eee3602
2 changed files with 13 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
Mon Jul 19 09:00:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* NEWS (Kernel#instance_eval): add an incompatible change since
|
||||
the 1.9.1 release. [ruby-core:31336]
|
||||
|
||||
Mon Jul 19 05:46:09 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* include/ruby/ruby.h (rb_data_type_t): add new feature macros.
|
||||
|
|
16
NEWS
16
NEWS
|
@ -141,6 +141,14 @@ with all sufficient information, see the ChangeLog file.
|
|||
* new method:
|
||||
* Kernel#respond_to_missing?
|
||||
* Kernel#singleton_class
|
||||
* Kernel#require_relative
|
||||
|
||||
* extended methods:
|
||||
* Kernel#respond_to? can be used to detect methods not implemented.
|
||||
For example, Process.respond_to?(:fork) returns false on Windows.
|
||||
|
||||
* incompatible changes:
|
||||
* Kernel#instance_eval yields the receiver.
|
||||
|
||||
* MatchData
|
||||
* New method:
|
||||
|
@ -196,14 +204,6 @@ with all sufficient information, see the ChangeLog file.
|
|||
the value itself. For example, Time.utc(99) means the year 99 AD,
|
||||
not 1999 AD.
|
||||
|
||||
* Kernel
|
||||
* new method:
|
||||
* Kernel#require_relative
|
||||
|
||||
* extended methods:
|
||||
* respond_to? can be used to detect methods not implemented.
|
||||
For example, Process.respond_to?(:fork) returns false on Windows.
|
||||
|
||||
* digest
|
||||
* new methods:
|
||||
* Digest::Class.base64digest
|
||||
|
|
Loading…
Add table
Reference in a new issue