# File lib/twitter/error.rb, line 48 def retry_after @http_headers.values_at('retry-after', 'Retry-After').detect {|value| value }.to_i end