Stefan Papp
Stefan Papp

Reputation: 2255

Good overview on mixin in ruby

I am a .NET developer and I want to learn more about how mixins are used in other languages. As mixins are well established in Ruby, I want to ask about good ressources on how mixins can be used in Ruby.

Upvotes: 0

Views: 196

Answers (2)

McStretch
McStretch

Reputation: 20645

The Ruby Programming Language has a short and sweet description of mixins. I believe it is mentioned more throughout the book, but the linked section will give you the general overview.

Upvotes: 0

Related Questions