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