From: Kirk Haines Date: 2002-06-13T05:25:17+09:00 Subject: Re: Modules and version determination > The two ideas are somewhat orthogonal. RubyVersion was really just a > way of representing the version, so it can easily be compared to other > versions. Kirk's mixin attaches the version to the module, and could > easily store the version as a Version object instead of as a string or > a float. Yes, quite easily. Right now it accept the version as a string, on the assumption that there are few assumptions about version numbers. I could easily change it to store that version, as you say, in a Version object. Kirk Haines