method
description
v2_1_10 -
Show latest stable
- Class:
Gem::Commands::WhichCommand
description()public
No documentation available.
# File lib/rubygems/commands/which_command.rb, line 26
def description # :nodoc:
The which command is like the shell which command and shows you wherethe file you wish to require lives.You can use the which command to help determine why you are requiring aversion you did not expect or to look at the content of a file you arerequiring to see why it does not behave as you expect.
end