Hacker News new | ask | show | jobs
Object Oriented Ruby (niczsoft.com)
2 points by mpapis 3696 days ago
1 comments

Maybe it's only me, but the examples given in the article seemed kind of... strange?

  class Person
   class Barber
   end
  end
Why would you do that it the first place?
this are examples of what I have seen on projects