Class: OptionParser
- Inherits:
-
Object
- Object
- OptionParser
- Defined in:
- lib/subcommand.rb
Overview
Allow command to have a description to generate help
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
54 55 56 |
# File 'lib/subcommand.rb', line 54 def description @description end |