Method: FileWatch::SincedbValue#touch

Defined in:
lib/filewatch/sincedb_value.rb

#touchObject



50
51
52
# File 'lib/filewatch/sincedb_value.rb', line 50

def touch
  @last_changed_at = Time.now.to_f
end