Object
# File lib/rerun/watcher.rb, line 182 def initialize(file_name, mod_time, size) @file_name, @mod_time, @size = file_name, mod_time, size end
# File lib/rerun/watcher.rb, line 186 def modified(mod_time) @mod_time = mod_time end
# File lib/rerun/watcher.rb, line 190 def to_s "FoundFile[file_name=#{file_name}, mod_time=#{mod_time.to_i}, size=#{size}]" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.