I want to be able to tag a module with one or more tags that can be tested for 
after requiring it.
 
require 'module';
<test for existence of tags in 'module'>
 
Any ideas on the best way to accomplish this?
 
Thanks in advance
 


      

Reply via email to