# File lib/rdoc/code_object.rb, line 209
  def file_name
    return unless @file

    @file.absolute_name
  end