Does Ruby have something equivelant to Perl's perlmodstyle[1] manual 
page? Something that lays out the prefered style and conventions used to 
create libraries. Little things like: How do you specify versions? (grep 
shows usage of both VERSION and VERSION_MAJOR, VERSION_MINOR, etc.) 
Preferred documentation style. Naming. Error handling. Packaging & 
configuration. etc.

Thanks,
Randy.

1. <http://perldoc.com/perl5.8.4/pod/perlmodstyle.html>