diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-02 03:00:23 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-02 03:00:23 +0000 |
| commit | 2e289ba118b7fad9b5c599453d099117c205633f (patch) | |
| tree | 69c889559913cdd75cca9d04a906c49e6e79ef39 /ChangeLog | |
| parent | dab02799d72bdcce27dfb07869755b3b6519c3ed (diff) | |
| download | ruby-2e289ba118b7fad9b5c599453d099117c205633f.tar.gz ruby-2e289ba118b7fad9b5c599453d099117c205633f.tar.xz ruby-2e289ba118b7fad9b5c599453d099117c205633f.zip | |
* variable.c (rb_const_defined_0): look up constants in Object as
well. [ruby-dev:21458]
* test/ruby/test_defined.rb (TestDefined::test_defined): test for
constants.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Oct 2 12:00:18 2003 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * variable.c (rb_const_defined_0): look up constants in Object as + well. [ruby-dev:21458] + + * test/ruby/test_defined.rb (TestDefined::test_defined): test for + constants. + Thu Oct 2 11:17:00 2003 Nathaniel Talbott <ntalbott@ruby-lang.org> * lib/test/unit/assertions.rb: should not capture an |
