= private = protected
record_location(toplevel)
Record the file that we happen to find it in
# File lib/rdoc/code_objects.rb, line 220 def record_location(toplevel) @in_files << toplevel unless @in_files.include?(toplevel) end