aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-08 07:44:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-08 07:44:56 +0000
commitd763d45da2cac18101d366ed595a6cfe1db5c677 (patch)
tree081a0031bd943609d336b5c8ba2e11c9dc5a3b43
parent459894160ec03ba01fc4c4e574480f83604ac410 (diff)
downloadruby-d763d45da2cac18101d366ed595a6cfe1db5c677.tar.gz
ref of r49182 [Bug #10706]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f705ab8fe9..0827afbf7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Thu Jan 8 16:31:43 2015 Seiei Higa <hanachin@gmail.com>
-
+ * vm_method.c (rb_export_method): bail out if the original method
+ is undefined when the method is refined.
+ [ruby-core:67387] [Bug #10706]
Thu Jan 8 12:53:44 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>