------ art_138498_15498355.1171398279786 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I ran across this line of code today, and it doesn't make sense to me. if ((klass ommDispatcher.check_hash(path)) nil) How would that value ever equal nil? I thought that if klass failed to be assigned to the value of CommDispatcher.check_hash(path) then the value would be false and if it was assigned to the value of CommDispatcher.check_hash(path) it would be true.. How would it be nil? Thanks! ------ art_138498_15498355.1171398279786--