Returns:
65
# File 'lib/mini/guard.rb', line 65 def eql?(xfile); self.path == xfile.path && self.last_modified == xfile.last_modified; end