# File lib/twitter/error.rb, line 23
def
retry_after
[(
ratelimit_reset
-
Time
.
now
).
ceil
,
0
].
max
end