Flowdock
method

description

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: WhichCommand
description() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.