Method: Thor::Command#description

Defined in:
lib/thor/command.rb

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



2
3
4
# File 'lib/thor/command.rb', line 2

def description
  @description
end