Method: Path#ctime
- Defined in:
- lib/path/file.rb
#ctime ⇒ Object
Returns the last change time (of the directory entry, not the file itself). See File.ctime.
11 12 13 |
# File 'lib/path/file.rb', line 11 def ctime File.ctime(@path) end |