80 char limit to end screen
authorMarc Peabody <marc@edgecase.com>
Wed, 22 Sep 2010 19:09:08 +0000 (15:09 -0400)
committerMarc Peabody <marc@edgecase.com>
Wed, 22 Sep 2010 19:09:08 +0000 (15:09 -0400)
koans/edgecase.rb

index 9d31ea6..80116aa 100644 (file)
@@ -169,39 +169,39 @@ module EdgeCase
 
     def end_screen
         completed = <<-ENDTEXT
-                                   ,,   ,  ,,                                   
-                                  :      ::::,    :::,                             
-                    ,         ,,: :::::::::::::,,  ::::    :  ,                  
-                  ,       ,,,    ,:::::::::::::::::::,  ,:   ,: ,,               
-             :,        ::,   , , :, ,:::::::::::::::::::, :::  ,::::             
-            :   :     ::,                          ,:::::::: ::, ,::::            
-           ,     ,:::::                                   :,:::::::,::::,        
-       ,:     , ,:,,:                                         :::::::::::::       
-      ::,:   ,,:::,                                            ,::::::::::::,     
-     ,:::, :,,:::                                                ::::::::::::,    
-    ,::: :::::::,       Mountains are again merely mountains      ,::::::::::::    
-    :::,,,::::::                                                    ::::::::::::    
-  ,:::::::::::,                                                     ::::::::::::,   
-  :::::::::::,                                                      ,::::::::::::   
- :::::::::::::                                                      ,::::::::::::   
-,::::::::::::                       Ruby Koans                       ::::::::::::,   
-:::::::::::::                                                       ,::::::::::::,  
-,:::::::::::,                                                       , ::::::::::::   
- ,:::::::::::::,                brought to you by                  ,,::::::::::::,  
- ::::::::::::::                                                     ,::::::::::::   
-  ::::::::::::::,                                                   :::::::::::::   
-  ::::::::::::,             EdgeCase Software Artisans            , ::::::::::::   
-   :,::::::::: ::::                                               :::::::::::::    
-    ,:::::::::::  ,:                                          ,,:::::::::::::,    
-      ::::::::::::                                           ,::::::::::::::,     
-       :::::::::::::::::,                                  ::::::::::::::::       
-        :::::::::::::::::::,                             ::::::::::::::::       
-         ::::::::::::::::::::::,                     ,::::,:, , ::::,:::         
-           :::::::::::::::::::::::,               ::,: ::,::, ,,: ::::           
-               ,::::::::::::::::::::              ::,,  , ,,  ,::::              
-                  ,::::::::::::::::              ::,, ,   ,:::,                 
-                       ,::::                         , ,,                       
-                                                   ,,,                          
+                                  ,,   ,  ,,
+                                :      ::::,    :::,
+                   ,        ,,: :::::::::::::,,  ::::   :  ,
+                 ,       ,,,   ,:::::::::::::::::::,  ,:  ,: ,,
+            :,        ::,  , , :, ,::::::::::::::::::, :::  ,::::
+           :   :    ::,                          ,:::::::: ::, ,::::
+          ,     ,:::::                                  :,:::::::,::::,
+      ,:     , ,:,,:                                       :::::::::::::
+     ::,:   ,,:::,                                           ,::::::::::::,
+    ,:::, :,,:::                                               ::::::::::::,
+   ,::: :::::::,       Mountains are again merely mountains     ,::::::::::::
+   :::,,,::::::                                                   ::::::::::::
+ ,:::::::::::,                                                    ::::::::::::,
+ :::::::::::,                                                     ,::::::::::::
+:::::::::::::                                                     ,::::::::::::
+::::::::::::                       Ruby Koans                      ::::::::::::,
+::::::::::::                                                      ,::::::::::::,
+:::::::::::,                                                      , ::::::::::::
+,:::::::::::::,                brought to you by                 ,,::::::::::::,
+::::::::::::::                                                    ,::::::::::::
+ ::::::::::::::,                                                 ,:::::::::::::
+ ::::::::::::,             EdgeCase Software Artisans           , ::::::::::::
+  :,::::::::: ::::                                               :::::::::::::
+   ,:::::::::::  ,:                                          ,,:::::::::::::,
+     ::::::::::::                                           ,::::::::::::::,
+      :::::::::::::::::,                                  ::::::::::::::::
+       :::::::::::::::::::,                             ::::::::::::::::
+        ::::::::::::::::::::::,                     ,::::,:, , ::::,:::
+          :::::::::::::::::::::::,               ::,: ::,::, ,,: ::::
+              ,::::::::::::::::::::              ::,,  , ,,  ,::::
+                 ,::::::::::::::::              ::,, ,   ,:::,
+                      ,::::                         , ,,
+                                                  ,,,
 ENDTEXT
         puts completed
     end