# File lib/rbot/core/utils/httputil.rb, line 226 def use now = Time.now @first_used = now if @count == 0 @last_used = now @count += 1 end