Using RVM I can generate docs using:
rvm docs generate
My question is do I have to do this for every gemset, or is it global?
I frequently switch gemsets while working on different projects. I would like to have ri always available. Does the above command generate the docs for all gemsets or just the current one?
It seems that the docs would have to be gemset specific so that different gems and versions of gems would be documented correctly in the environment you are in. Is the rvm docs
command smart enough to make sure every gemset has documentation, or must I re-run this command for each gemset?