3

I installed a gem using the --no-rdoc flag but now I am regretting it!

Can I somehow generate my rdocs without having to reinstall the gem?

maček
  • 76,434
  • 37
  • 167
  • 198
  • possible duplicate of [Can you install documentation for existing gems?](http://stackoverflow.com/questions/664651/can-you-install-documentation-for-existing-gems) – Andrew Grimm Mar 30 '11 at 22:24

1 Answers1

3

Yes, with the gem rdoc command.

See gem help rdoc for details.

John
  • 29,546
  • 11
  • 78
  • 79