From a4ef3acc035dc2786a9b11a295c4c59ba4f51dcd Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sun, 28 Jul 2013 09:50:22 +0200 Subject: [PATCH] Goodbye to a little piece of history :whale: https://twitter.com/attaboy/status/360563058332012544 /cc @attaboy --- lib/twitter/error/service_unavailable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/twitter/error/service_unavailable.rb b/lib/twitter/error/service_unavailable.rb index f0a48eaf9..a008988dc 100644 --- a/lib/twitter/error/service_unavailable.rb +++ b/lib/twitter/error/service_unavailable.rb @@ -5,7 +5,7 @@ class Error # Raised when Twitter returns the HTTP status code 503 class ServiceUnavailable < Twitter::Error::ServerError HTTP_STATUS_CODE = 503 - MESSAGE = "(__-){ Twitter is over capacity." + MESSAGE = "Twitter is over capacity." end end end