The thoughts of G. Allen Morris III

Five things I dislike about Ruby

March 8th 2016
  1. It does not have a line directive see my pull request.
  2. The begin, end syntax. I assume this is just from my years of programming in C.
    • Fortunately VIM can mitigate this problem.
  3. The way the methods are searched for (research this more).
  4. The way Classes are searched.
  5. The Singleton Module. But I never use it, so no problem there.

1