Method: Bundler::Thor::Command#description

Defined in:
lib/bundler/vendor/thor/lib/thor/command.rb

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description


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

def description
  @description
end