Method: FileWatch::SincedbValue#set_watched_file
- Defined in:
- lib/filewatch/sincedb_value.rb
#set_watched_file(watched_file) ⇒ Object
45 46 47 48 |
# File 'lib/filewatch/sincedb_value.rb', line 45 def set_watched_file(watched_file) touch @watched_file = watched_file end |