# File lib/rdoc/code_objects.rb, line 225
    def defined_in?(file)
      @in_files.include?(file)
    end