aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-28 02:18:05 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-28 02:18:05 +0000
commitec12be85744493b78b6fc6ca299b10350a2592a1 (patch)
tree5c7b607e91899b50f693fb626b7e48f3cf59e109 /ChangeLog
parentf1ddd69d7bb8fa6af0f4306edea238fa97a2e941 (diff)
downloadruby-ec12be85744493b78b6fc6ca299b10350a2592a1.tar.gz
* golf_prelude.rb (Object.quine): get the script itself.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78afdf8cf3..ac4e981964 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 28 11:16:53 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * golf_prelude.rb (Object.quine): get the script itself.
+
Fri Dec 28 10:06:54 2007 Akinori MUSHA <knu@iDaemons.org>
* golf_prelude.rb (Object.const_missing): Auto-complete constants.