ruby - How to make --no-ri --no-rdoc the default for gem install? - Stack Overflow
I don't use the RI or RDoc output from the gems I install in my machine or in the servers I handle (I use other means of documentation). Every gem I install installs RI and RDoc documentation by default, because I forget to set --no-ri --no-rdoc. Is there...