Skip to content

Instantly share code, notes, and snippets.

@jaydorsey
Created August 18, 2019 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaydorsey/6221c3e93f6ce114db772bcc3bdc628b to your computer and use it in GitHub Desktop.
Save jaydorsey/6221c3e93f6ce114db772bcc3bdc628b to your computer and use it in GitHub Desktop.
Generate rdoc documentation for local gems
# Generates docs
gem list | awk '{ print $1 }' | xargs gem rdoc
# Starts server
gem server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment