I learned/confirmed two things about Ruby class methods recently: several equivalent ways to define them, and how to abstract them into a module/mixin.
Ruby class methods — several ways to define them, and how to abstract them into a module/mixin
Posted in general.
– May 12, 2007
One Response
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Thank you very much. That really helped me solve a rather frustrating problem.