$ command line ruby cheat sheets
Cheat Sheet Title: [ no_spaces_alphanumeric_only ]
Cheat Sheet:Install a gem gem install [gem name] --include-dependencies Update to latest Rubygems (if any): gem update --system Get list of outdated gems and update as necessary: gem outdated Clean up outdated gems: gem clean Current Local Gem Repository: gem environment or ruby -rrubygems -e"puts Gem.path"
Your cheat sheet will be editable (fixable) by anyone. Each cheat sheet is essentially a wiki page. It may also be used by millions of people for reference purposes from the comfort of their command line. If this is okay with you, please save.
Advertisement