# File alientag.rb, line 121 def update(new_tag) # Copy the last timestamp and increment the counts @last = new_tag.last @count += new_tag.count.to_i @last_last = @last ?? end