last_modified()
Date this file was last modified, if known
# File lib/rdoc/top_level.rb, line 220 def last_modified @file_stat ? file_stat.mtime.to_s : 'Unknown' end