class Gem::Commands::WhichCommand

def description # :nodoc:

:nodoc:
def description # :nodoc:
  <<-EOF
e which command is like the shell which command and shows you where
e file you wish to require lives.
u can use the which command to help determine why you are requiring a
rsion you did not expect or to look at the content of a file you are
quiring to see why it does not behave as you expect.
  EOF
end