Skip to content

Commit 1892dc1

Browse files
authored
Merge pull request #614 from robin850/fix-nil-store
Set the store attribute for newly created modules
2 parents 718dba5 + 4b15460 commit 1892dc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rdoc/parser/ruby.rb

+1
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ def get_class_or_module container, ignore_constants = false
363363
container ||=
364364
if ignore_constants then
365365
c = RDoc::NormalModule.new name_t[:text]
366+
c.store = @store
366367
new_modules << [prev_container, c]
367368
c
368369
else

0 commit comments

Comments
 (0)