aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-08 02:07:53 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-08 02:07:53 +0000
commit29449454aafd9198ff5807a772cc336f7a62c051 (patch)
treef18f7b5f7bcc52625741f289ad3dd8583c822334 /lib/rdoc
parent0ea198d4245c7ae86015315a8b057d3799736841 (diff)
downloadruby-29449454aafd9198ff5807a772cc336f7a62c051.tar.gz
Merge rdoc-6.0.4 from upstream.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/parser/ruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/parser/ruby.rb b/lib/rdoc/parser/ruby.rb
index 6fe4a89e46..a90622f0f3 100644
--- a/lib/rdoc/parser/ruby.rb
+++ b/lib/rdoc/parser/ruby.rb
@@ -363,6 +363,7 @@ class RDoc::Parser::Ruby < RDoc::Parser
container ||=
if ignore_constants then
c = RDoc::NormalModule.new name_t[:text]
+ c.store = @store
new_modules << [prev_container, c]
c
else