last_modified()
Time this file was last modified, if known
# File lib/rdoc/top_level.rb, line 184 def last_modified @file_stat ? file_stat.mtime : nil end