How to make --no-ri --no-rdoc default for gem install?
- by Ricardo Acras
I don't use RI nor RDOC from the gems I install in my machine or in the servers I handle. (I use other means of documentation)
Every gem I install comes whith ri and rdoc by default and I forget to set --no-ri --no-rdoc.
Is there a way to make those 2 flags default?