= private = protected
find_module_named(name)
Find a named module
# File lib/rdoc/code_objects.rb, line 541 def find_module_named(name) find_class_or_module_named(name) || find_enclosing_module_named(name) end