# 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