# File lib/termtter/rubytter_proxy.rb, line 197 def safe? limit = self.get threshold = [(Time.parse(limit.reset_time) - Time.now) / 3600 - 0.1, 0.1].max * limit.hourly_limit threshold < limit.remaining_hits end