Live data from Hacker News

Object Oriented Ruby

niczsoft.com

1–3 of 3 posts

Re: Object Oriented Ruby

#2
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?

Re: Object Oriented Ruby

#3
post #2

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