diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-24 10:36:24 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-24 10:36:24 +0000 |
| commit | f6288dbaa497c855e86b7c4dec7ee25e532db6c3 (patch) | |
| tree | e607318daccb08a4a7a93326e6becb8d1805a64f /ChangeLog | |
| parent | 9c83c33e66e7c75a09d9203afbd6a289023ef1fc (diff) | |
| download | ruby-f6288dbaa497c855e86b7c4dec7ee25e532db6c3.tar.gz ruby-f6288dbaa497c855e86b7c4dec7ee25e532db6c3.tar.xz ruby-f6288dbaa497c855e86b7c4dec7ee25e532db6c3.zip | |
* lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead
object_id with printf. [ruby-dev:33347]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Thu Jan 24 19:36:22 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/uri/generic.rb (URI::Generic::inspect): use Kernel#to_s instead + object_id with printf. [ruby-dev:33347] + Thu Jan 24 19:29:20 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * sprintf.c (remove_sign_bits): returns pointer to the first char to |
