How to split a Ruby class into multiple source files - Gem Session

Updated . Posted . Visible to the public.

Unfortunately vanilla Ruby modules lack support for many idioms popular in modern Ruby. Most importantly, we have become accustomed to composing our classes with meta-programming macros such as has_many, validates_presence_of or after_save. And modules weren't built with macros in mind.

Last edit
Keywords
rails, ruby, gems
License
Source code in this card is licensed under the MIT License.
Posted by Lexy to makandra dev (2010-04-17 19:00)