Found 3 bookmarks
Custom sorting
Real modules for Ruby — Thoughtfolder
Real modules for Ruby — Thoughtfolder
just remember that a module is a class can only be instantiated as a superclass of a class that includes the module. include and extend are methods that modify the class inheritance chain at runtime.
·blog.thoughtfolder.com·
Real modules for Ruby — Thoughtfolder