67 68 69 70
# File 'lib/rucc/file_io.rb', line 67 def mtime Util.assert!{ @io.is_a?(File) } File.mtime(@io) end