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