Object Oriented Ruby
niczsoft.com
Object Oriented Ruby
1–3 of 3 posts
Re: Object Oriented Ruby
#2Maybe 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
#3Maybe 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