Class: OptionParser

Inherits:
Object
  • Object
show all
Defined in:
lib/subcommand.rb

Overview

Allow command to have a description to generate help

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



54
55
56
# File 'lib/subcommand.rb', line 54

def description
  @description
end