summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-03 06:26:57 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-03 06:26:57 +0000
commit26127361dd2100afe73bc5b2304735f82716ce3c (patch)
tree3f4e60a00e29f342234937ebfc0df92c8a7403d4
parent525f515f9ac593f11ad52a301d7594bcc52a3062 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3496c873b3..f0ce571015 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,11 +3,11 @@ Tue Feb 3 15:23:58 2015 Shugo Maeda <shugo@ruby-lang.org>
* vm_method.c (remove_method): When remove refined
method, raise a NameError if the method is not
defined in refined class.
-
+
But if the method is defined in refined class,
it should keep refined method and remove original
method.
-
+
Patch by Seiei Higa. [ruby-core:67722] [Bug #10765]
Tue Feb 3 14:04:47 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>