I hardly use gem documentation and mostly install with
--no-ri and --no-rdoc options. So instead of typing these options each time I install a new gem, I decided to apply these by default. Adding the following to /etc/gemrc achieved it.gem: --no-ri --no-rdoc
No comments:
Post a Comment