Tells whether the HTTP response code is less than 400
Returns:
51 52 53
# File 'lib/patron/response.rb', line 51 def ok? !error? end