Method: Rush::Entry#changed_at
- Defined in:
- lib/rush/entry.rb
#changed_at ⇒ Object
Timestamp of most recent change to the entry (permissions, contents, etc).
66 67 68 |
# File 'lib/rush/entry.rb', line 66 def changed_at stat[:ctime] end |