Ubuntu hides gems from you!
You might think Ubuntu would put its gems someplace normal, such as /usr/lib/ruby/gems… Wrong. It puts them in /var/lib/gems, which explains why the cheat gem doesn’t work when installed. Now I need to add /var/lib/gems/1.8/bin to my $PATH.

