Displaying 1 result from an estimated 1 matches for "file_stats".
Did you mean:
file_status
2006 Nov 16
1
Assigning to results - missing something
Hi,
I''m trying to convert an app to use 0.2.0, and having a little trouble
understanding how to use the results hash.
Formerly my worker had an instance variable, @file_stats which was
initialized to an empty hash; I have replaced @file_stats with
results[:file_hash]. Actually my initial pass at this was just to do a
s/@file_stats/results[:file_hash]/. Which gets me the following:
results[:file_stats] = {}
logger.debug " Generating checksum for #...