-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* object.c (rb_mod_const_get): Fix constant missing exception class
and message to maintain backwards compatibility. Constant search should start at Object when constant starts with '::' * test/ruby/test_module.rb: test for fixes git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
1 parent
e5e5d0c
commit ac7f515
Showing
3 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
Tue Nov 6 20:40:28 2012 Aaron Patterson <[email protected]> | ||
|
||
* object.c (rb_mod_const_get): Fix constant missing exception class | ||
and message to maintain backwards compatibility. Constant search | ||
should start at Object when constant starts with '::' | ||
|
||
* test/ruby/test_module.rb: test for fixes | ||
|
||
Tue Nov 6 16:50:00 2012 Masaki Matsushita <[email protected]> | ||
|
||
* lib/tempfile.rb (Tempfile#inspect): fix confusing #inspect. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters