# File lib/active_resource/http_mock.rb, line 275
    def success?
      (200..299).include?(code)
    end