From 71f3943558343683d8f1099c6f0d4be130829e34 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Wed, 4 Sep 2013 06:43:05 +0000 Subject: [PATCH] * NEWS: Note about Module#include and prepend scope change [Feature #8846] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index ec2a706f57..0ad6fa227e 100644 --- a/NEWS +++ b/NEWS @@ -67,6 +67,7 @@ with all sufficient information, see the ChangeLog file. or false if it is an ordinary class or module. * extended methods: * Module#refine is no longer experimental. + * Module#include and Module#prepend are now public methods. * Mutex * misc