= private = protected
find_enclosing_module_named(name)
Find a module at a higher scope
# File lib/rdoc/context.rb, line 530 def find_enclosing_module_named(name) parent && parent.find_module_named(name) end