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