# File lib/faraday/response.rb, line 75
def
success?
(
200
..
299
).
include?
(
status
)
end