Class: File::Stat
- Inherits:
-
Object
- Object
- File::Stat
- Defined in:
- lib/dirdiff/dirdiff.rb
Instance Method Summary collapse
Instance Method Details
#dirdiff_different_to?(other) ⇒ Boolean
173 174 175 |
# File 'lib/dirdiff/dirdiff.rb', line 173 def dirdiff_different_to?(other) mtime > other.mtime || size != other.size end |