The Class That Never Ends: A Ruby Horror Story
Here is a controller file from the Ruby Central CFP app. You may observe that the class definition ended too early due to a honest rebase mistake. However, everything is still working correctly, and tests are passing. Can you tell why?
Post a comment