https://github.com/schmidt/multiple_inheritance
Implementing multiple inheritance in plain Ruby
https://github.com/schmidt/multiple_inheritance
Last synced: about 1 year ago
JSON representation
Implementing multiple inheritance in plain Ruby
- Host: GitHub
- URL: https://github.com/schmidt/multiple_inheritance
- Owner: schmidt
- License: other
- Created: 2010-03-23T21:53:58.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T08:41:31.000Z (about 10 years ago)
- Last Synced: 2025-03-24T15:08:30.478Z (over 1 year ago)
- Language: Ruby
- Homepage: http://www.nach-vorne.de/2007/3/18/multiple-inheritance-without-mixins
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Multiple Inheritance
====================
See http://www.nach-vorne.de/2007/3/18/multiple-inheritance-without-mixins for
more details.