# File lib/rdoc/context.rb, line 723
  def find_enclosing_module_named(name)
    parent && parent.find_module_named(name)
  end