Skip to content

Instantly share code, notes, and snippets.

@pdostal
Last active August 29, 2015 14:10
Show Gist options
  • Save pdostal/c325bf07f74a4085d9b2 to your computer and use it in GitHub Desktop.
Save pdostal/c325bf07f74a4085d9b2 to your computer and use it in GitHub Desktop.
How to remove ri and rdoc ruby documentation pernamently
# http://stackoverflow.com/a/3740720
:update_sources: true
:sources:
- http://gems.rubyforge.org/
- http://gems.github.com
:benchmark: false
:bulk_threshold: 1000
:backtrace: false
:verbose: true
gem: --no-ri --no-rdoc
# http://stackoverflow.com/a/2944084?stw=2
rm -r `gem env gemdir`/doc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment