-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mauricio Fernandez wrote: > hmmm, which one is better? > > require 'rcov/runner' > > ruby -rcov/runner myscript.rb This would agree more with RubyGems convention. > > or > > lib/cov.rb -> ruby -rcov myscript.rb > > Naming your lib r.* can be handy at times... That is pretty neat, but it might be misleading when written in source code: require 'cov' ... "cov? is that rcov or something else?" You could make both versions available by having lib/cov.rb load lib/rcov/runner.rb. Nevertheless, the choice is yours. :) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFE/cR4mV9O7RYnKMcRAtyqAKCXKcYZrsIEIv0FpqR35b+JKc/03QCgqI80 9Yb/CiFSbUbAqhF8WGXAm/8= =/8jV -----END PGP SIGNATURE-----