aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 05:38:31 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 05:38:31 +0000
commit91ead277895d0ae4233a865bf2ff29ea336151ec (patch)
tree3195fb9c04740f3e5277ffb052031508baaf4605 /doc
parentd949a7df1fedf7d9f949b0c9b8e4dbe9f22e58dd (diff)
downloadruby-91ead277895d0ae4233a865bf2ff29ea336151ec.tar.gz
* doc/syntax/refinements.rdoc: remove outdated description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/syntax/refinements.rdoc6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/syntax/refinements.rdoc b/doc/syntax/refinements.rdoc
index 56fcd7bd1e..968497ccb5 100644
--- a/doc/syntax/refinements.rdoc
+++ b/doc/syntax/refinements.rdoc
@@ -255,12 +255,6 @@ method lookup.
This behavior may be changed in the future.
-== Refinements and module inclusion
-
-Refinements are inherited by module inclusion. That is, using activates all
-refinements in the ancestors of the specified module. Refinements in a
-descendant have priority over refinements in an ancestor.
-
== Further Reading
See http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/RefinementsSpec for the